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