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-64255be838e8d725365184/] [crayon-64255be838e96299198562/] Magento 1 generate hash by md5(salt + password) and save in database with