Search the archives!
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Cryptography and Encryption
- From: balavenu.nuti@xxxxxxxxxxxxxxxx (BALAVENU NUTI)
- Subject: Cryptography and Encryption
- Date: Tue, 29 Feb 2000 20:38:01 +0530 (IST)
Hi, MD5 is a hashing algorithm, there is no way of geting back the original data once you create a MD5 hash out of it!! That is the whole point of using a hash algo. This is ideal with passwords, where you just store the password of the user as a hash, next time when he enters his password, hash it & compare the hashes!!! If you really want passwords stored in encrypted format & retrieved I suggest you look at key based agorithms like Blowfish or DES. Regards Venu. On Tue, 29 Feb 2000, Biju Nambisan wrote: > > Hi! All, > > I am trying to encode the password using the MD5 algorithm thats > provided with the jdk1.2.We also have a necessity to decrypt the > password....Can somebody who has worked on this suggest the code that > goes in for decrypting.(We are interested in using MD5 for decrypting as > well) > Are there any freeware packages that can be imported and used ?? > This is with reference to servlets... > Please respond ASAP... > > Thanks in Advance!! > > Regards, > Biju > > --- > To unsubscribe, mail advanced-java-unsubscribe@xxxxxxxxxxxxxxxx > To get help, mail advanced-java-help@xxxxxxxxxxxxxxxx > --- To unsubscribe, mail advanced-java-unsubscribe@xxxxxxxxxxxxxxxx To get help, mail advanced-java-help@xxxxxxxxxxxxxxxx
- References:
- Cryptography and Encryption
- From: Biju Nambisan
- Cryptography and Encryption
- Prev by Date: TSR in Java?
- Next by Date: How to stop Threads
- Previous by thread: Cryptography and Encryption
- Next by thread: Cryptography and Encryption
- Index(es):