I just noticed magento enterprise and community both edition uses different algorithms for storing password. I know community edition uses md5. Can anyone tell me which mechanism is used in enterprise edition and how can we decrypt enterprise password if we want to migrate to community edition?
I just noticed magento enterprise and community both edition uses different algorithms for storing
Share
I think it’s on your
app/etc/local.xmlorapp/etc/enterprise.xmlon Magento EEThe Decrypt function On Magento Enterprise Edition
and
it seems like the same function on Enterprise Edition or Community Edition.
You should ask the cript key to Magento Enterprise Edition’s Owner and decrypt it with CE. It would be fine because i’m sneaking to Magento Enterprise Edition’s Code and the code is the same with Community Edition (for encryption/decryption)
added after comment 1: