hi friends,
i m involved in a project in which the password is encrypted using md5 algorithm(passw ord()) in mysql database.
to authenticate whether the user is authorized or not, i have to encrypt his entered password and check with the database. can anyone help me how to encrypt the password in java and compare it with database.
thanx in advance.
Murali.
i m involved in a project in which the password is encrypted using md5 algorithm(passw ord()) in mysql database.
to authenticate whether the user is authorized or not, i have to encrypt his entered password and check with the database. can anyone help me how to encrypt the password in java and compare it with database.
thanx in advance.
Murali.
Comment