W Wendell New member Aug 25, 2010 #1 I have a PHP script that stores user passwords in SHA1 encryption in a MySQL database. Now I want to export those out and import them into another script that uses Base64 encryption. Can I somehow use PHP to make the conversion from SHA1 to Base64?
I have a PHP script that stores user passwords in SHA1 encryption in a MySQL database. Now I want to export those out and import them into another script that uses Base64 encryption. Can I somehow use PHP to make the conversion from SHA1 to Base64?