Sridnar, With good encryption there is no decryption.
I am guessing that you are attempting to build a secure password system - where passwords are stored encrypted. If this is what you are attempting then you are partly correct already in your process. Using what ever hashing algorithm - encrypt your password and save it. In the login process - encrypt the typed password and compare it to the encrypted password in the store. This is how most security systems work. Hope this is what you wanted. Eric On Fri, 26 Nov 2004, kunzai wrote: > hi sri, > in the Turbineresources.properties file you have to change the > > services.SecurityService.secure.passwords property from false to true. > > greetz, > sven > > Am 26.11.2004 um 08:32 schrieb sri dhar: > > > Hi Everybody, > > I have a doubt regarding Password encryption in Turbine.But there is > > no decryption is there any other solution exist to have decryption? > > Thanks in Advance > > Sridhar > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
