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