Migrate Joomla website to SQL Server database. Password encryption problem

  Kiến thức lập trình

I have a live Joomla website. I have created a new website with Angular and .NET as a backend with a SQL Server database. I am now migrating the database from MySQL to SQL Server.

The problem I am thinking in now is the users’ password. It’s encrypted. If I copied it with the Joomla encryption – how to modify my login API to read the password with the current encryption? Or there is a way to de-crypt the current password and re encrypt it?

What do you suggest for similar situation?

Thank you,

1

LEAVE A COMMENT