Close
jGuru Forums
Posted By: Saniya_Ansari Posted On: Wednesday, July 17, 2002 08:32 PM
I'm using crypix's jce, using RC4 algorithim, assymetric encryption to save and retrieve the passwords for users. Using postgres, and java servlets. Ok so the encryption class is working fine.. it encrypts decrypts. The problem comes when i use the servlet to initialize an object of the Encryptor class, it give me "AlgorithmNotFoundException", although it is working fine when i was testing it on an application. I'm not sure what the problem is.. any suggestions??
Re: Password saving and retrieving using Cryptix JCE
Posted By: Saniya_Ansari Posted On: Wednesday, July 17, 2002 09:24 PM