Tim Chase wrote:
>> What's need to be done :
>> - Take a message, encrypt it using a secure method (should be better
>> or equal than OTP), return the encrypted message.
 >
> parties, Blowfish and DES3 are popular choices and likely to be 

just a point of fact: neither of these are >= to OTP.

also, on a side note, i wouldn't use 3DES for any new implementations. 
while still largely impractical with today's computers, it is 
susceptible to meet-in-the-middle attacks, which makes it only slightly 
better than regular DES, which despite its long and glorious history is 
not a secure standard anymore.  plus it's inferior in virtually every 
way to AES.  i'd highly recommend AES instead.

derek


-- 
  looking to buy or sell anything?

     try: http://allurstuff.com

  it's a classified ads service that
  shows on a map where the seller is
  (think craigslist + google maps)

  plus it's 100% free :)


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to