How to use magento 1 customer password in magento 2
Magento 1 use MD5 hash to encrypt the password and Magento 2 use SHA-256. In Magento 1, they use Mage_Core_Model_Encryption class with following functions. [crayon-682bff6b647fa544028580/] [crayon-682bff6b64805083896269/] Magento 1 generate hash by md5(salt + password) and save in database with