Author |
Message |
Topic: Should I add an 'insecure' or 'weak' package? |
reikon
Replies: 5
Views: 64643
|
Forum: dcrypt Posted: Sat May 09, 2009 11:51 am Subject: Re: md5 article |
Thank you for the link referencing the successful exploitation of md5. That definitely changes my mind regarding use of it.
Some of the SHA-3 candidates look very promising though. |
Topic: Should I add an 'insecure' or 'weak' package? |
reikon
Replies: 5
Views: 64643
|
Forum: dcrypt Posted: Sat May 09, 2009 1:32 am Subject: Should I add an 'insecure' or 'weak' package? |
It's a shame more people aren't participating in this project. I was about to embark on coding AES in D, when to my delight, I discovered you have already done a lot of the grunt work. Thank you.
... |
Topic: Should I add an 'insecure' or 'weak' package? |
reikon
Replies: 5
Views: 64643
|
Forum: dcrypt Posted: Mon Feb 23, 2009 4:35 pm Subject: Should I add an 'insecure' or 'weak' package? |
What are your thoughts on adding a package to label primitives considered to be weak or broken?
Perhaps something like:
dcrypt.crypto.hashes.insecure.MD5
or
dcrypt.crypto.hashes.weak ... |
Topic: Salsa20 |
reikon
Replies: 3
Views: 19921
|
Forum: dcrypt Posted: Sun Feb 22, 2009 3:37 am Subject: Salsa20 |
I think it would be very useful to have seek method. It could be used even with block ciphers. In one of my projects I'm using blowfish and I'm using seeking. For example - encrypted video stream. In ... |
Topic: Salsa20 |
reikon
Replies: 3
Views: 19921
|
Forum: dcrypt Posted: Sun Feb 22, 2009 2:36 am Subject: Re: Salsa20 |
Hi, I see dcrypt is updated with new ciphers. That's great, thank you for your efforts! I read somewhere about this Salsa20 cipher, that you could seek to any position in the stream. Is it so and does ... |
Topic: Security practices |
reikon
Replies: 1
Views: 14307
|
Forum: dcrypt Posted: Sat Jan 24, 2009 11:26 am Subject: Re: Security practices |
Hello all,
I am not very experienced in this area and I would like to know about best security practices. What should one do and what should one avoid? I have a specific task, but it would be nice ... |
Topic: Comparing results with PHP's mcrypt. |
reikon
Replies: 1
Views: 12948
|
Forum: dcrypt Posted: Tue Jan 20, 2009 6:31 pm Subject: Comparing results with PHP's mcrypt. |
Wow! I didn't realize dcrypt had a forum. Much apologies for the very slow response!
The additional block is added as a result of using padding. An extra block is always added when padding is used ... |
|