Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > VHDL > need for help!

Reply
Thread Tools

need for help!

 
 
chailin_tay@yahoo.com
Guest
Posts: n/a
 
      02-26-2006
do anyone have 3des - ecb mode, vhdl source code?
i had implement one but the output still not same as the expected
ciphertext.

 
Reply With Quote
 
 
 
 
Mike Treseler
Guest
Posts: n/a
 
      02-26-2006
wrote:
> do anyone have 3des - ecb mode, vhdl source code?
> i had implement one but the output still not same as the expected
> ciphertext.


I would run a sim, edit code and repeat until done.

-- Mike Treseler
 
Reply With Quote
 
 
 
 
tcl
Guest
Posts: n/a
 
      02-26-2006
so can you check for me (only DES) what the ciphertext for:-
key=0123456789ABCDEF
plaintext=0123456789ABCDEF ?

 
Reply With Quote
 
Allan Herriman
Guest
Posts: n/a
 
      02-26-2006
On 26 Feb 2006 07:27:31 -0800, "tcl" <> wrote:

>so can you check for me (only DES) what the ciphertext for:-
>key=0123456789ABCDEF
>plaintext=0123456789ABCDEF ?


Do you have a single DES mode? Get that working first, using some ecb
test vectors you can locate using Google.

news:sci.crypt would also be a good place to ask this question.

Regards,
Allan
 
Reply With Quote
 
Allan Herriman
Guest
Posts: n/a
 
      02-26-2006
On Mon, 27 Feb 2006 03:36:05 +1100, Allan Herriman
<> wrote:

>On 26 Feb 2006 07:27:31 -0800, "tcl" <> wrote:
>
>>so can you check for me (only DES) what the ciphertext for:-
>>key=0123456789ABCDEF
>>plaintext=0123456789ABCDEF ?

>
>Do you have a single DES mode? Get that working first, using some ecb
>test vectors you can locate using Google.
>
>news:sci.crypt would also be a good place to ask this question.


(Sorry, question was directed at the OP.)
 
Reply With Quote
 
Thomas Stanka
Guest
Posts: n/a
 
      02-27-2006
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

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Need to "shred" hardive..need software. Xeno Chauvin Computer Support 4 03-13-2005 01:26 PM
Need help with need to Force Garbage Collect John Java 1 08-19-2004 03:32 PM
Need help! I need to add lead zeros to a textbox Teep ASP .Net 2 06-21-2004 01:04 PM
Please help!!! Need datagrid selection to fill textboxes...Need quick!! TN Bella ASP .Net 1 06-18-2004 01:31 AM
Need to compare Photos to DVD software - Need Help? Bob Digital Photography 4 02-04-2004 02:13 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57