HI,
schrieb:
> do anyone have 3des - ecb mode, vhdl source code?
> i had implement one but the output still not same as the expected
> ciphertext.
1. Your question is not complete. 3-DES-ECB could be with 1,2 or 3
keys, and eee or ede
(eee for 3 times encryption, ede for encrypt decrypt, encrypt).
2. Why not start testing normal DES mode? I would use one DES core up
to three times for 3des. Finding testdata for the normal DES-core is
easy with google.
3. Maybe you find some helpful code in
http://www.ra.informatik.uni-stuttga...kats/VHDL/des/
which is a DES-core and was also used for 3des. The documentation is
unfortunately only in German available under
http://www.ra.informatik.uni-stuttgart.de/~stankats.
bye Thomas