java - Best Algorithm to encrypt password -
i want encrypt password & store encrypted value in mysql database. algorithm best way go encryption in java?
for each user, i've userid, useremail field & these users, need algo encrypt password.
note: should able decrypt password well, since 1 of our support page shows password support team (legacy page cannot removed).
thanks
there standard algorithms encrypting passwords. can use pbewithsha256and256bitaes-cbc-bc bouncycastle.
Comments
Post a Comment