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