Password Implementation
Hi,I want to provide a user id and password screen and then save the encrypted password in a file/ table. This will be used to authenticate users accessing the application.How to implement this?Any help is appreciated.Thanks in advnace.Rajeev.
Hi,You should either encrypt the passwords, or store a hash of the passwords. It depends on if you need to be able to read and use the password, or if you only need to be able to verify that a password is correct or not./Kaj
> Hi,
>
> You can take a look at:
> http://www.evolt.org/article/Password_encryption_ratio
> nale_and_Java_example/18/60122/?format=print&rating=tr
> ue&comments=false
>
> /Kaj
Unfortunately, the above link doesnt show the content. So i tried this one, http://www.evolt.org/article/Password_encryption_rationale_and_Java_example/18/60122/index.html
> Unfortunately, the above link doesnt show the> content. So i tried this one,> http://www.evolt.org/article/Password_encryption_ratio> nale_and_Java_example/18/60122/index.htmlThanks./Kaj