How do I convert an SHA1 encrypted string to Base64 encryption in PHP?

Wendell

New member
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?
 
Back
Top