Possible to convert MD5 to SHA256?
问题 I have a vBulletin Database with double MD5'd passwords and a salt, would it be possible to take the Password in the vBulletin database, convert them to SHA256, and then store them in a new database? Is there any real easy way to do this? My main and only reason, is to prevent users from having to create new accounts, and to stop using MD5. 回答1: Hashing algorithms are one-way i.e. They cannot be reversed unlike Encryption-Decryption algorithms. MD5() is a hashing algorithm , so is SHA-1 / SHA