Hello everyone!
I am migrating a system with thousands of users to the new MedusaJS platform. This will be done by a process that will extract the data from the old DB, transform that data to the new structure and perform massive inserts directly to the medusaJS DB.
But for speed and testing reasons, we do not want to do it via API. I know it may not be the best practice, please forgive me!
The specific question is: how do I encrypt the password? At the moment I don't know which algorithm medusaJS uses to do it.