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

Popular posts from this blog

user interface - Python attempting to create a simple gui, getting "AttributeError: 'MainMenu' object has no attribute 'intro_screen'" -

jquery - Common JavaScript snippet to share files on Google Drive, Dropbox, Box.net or SkyDrive -

Android Gson.fromJson error -