So m working on a project where I need to encrypt the data user is gonna enter on the website... I don't want to use the SHA1 or any other encryption method, since they are one-way encryption and I need to manipulate the data on the server side (I'm not storing the user data). Can anybody suggect me some good methodologies by which I can achieve this ???
Is Public Key Encryption gonna work ? If yes, which one should I use ? Or should I design a new algo ?
I'm working on Java.
It would be really great if someone could point me to some resources for their answer or give me totally new and awesome idea ... :D
\m/ \m/
Does anybody know how many different type of Hashing algo's are commonly used ... ???