I am currently working on transferring a client's website to a new platform. The old site has a SQL database that stores all of the users. The new site will be built on the Shopify platform. My client is asking me to retrieve all of the existing site's user passwords and import them into the new site. That way the client has a seamless login without having to go through a password reset process. When I look at the old site's database, it looks like all the passwords are stored using MD5 encryption(?). So my over all question is, Is there a way to export all the MD5 passwords decrypted?
The client is very set on importing passwords because he is concerned with user experience. While I do agree that having to go through a password reset is a slight annoyance, I feel that it is safer and follows better practices.
That said, Im trying to find all the solutions possible before I begin to explain to my client why we can't/shouldn't download and import all passwords. I have done some searching but I cant quite seem to find anything quite the same as what im asking. Any answers or references would be greatly appreciated.