I need to verify a customer's password with their account in 3DCart. Essentially, I'm trying to build a portal or landing page that is external from 3DCart, but uses the same customer account.
Using the API, I can retrieve what looks to be a hashed string of the customers password. Does anyone know what algorithm 3DCart is using the store passwords? If I know the algorithm, I can use the same to verify the customers password. It looks like a md5 hash with a salt...
A better option would be for 3DCart to provide an API endpoint for password checking. Or even better, a way to open a login window that was hosted by 3DCart and then when the user logs in successfully a callback with an authentication token would be passed back to an application.
If anyone can shed some light on this, that would be great.
Matt
Using the API, I can retrieve what looks to be a hashed string of the customers password. Does anyone know what algorithm 3DCart is using the store passwords? If I know the algorithm, I can use the same to verify the customers password. It looks like a md5 hash with a salt...
A better option would be for 3DCart to provide an API endpoint for password checking. Or even better, a way to open a login window that was hosted by 3DCart and then when the user logs in successfully a callback with an authentication token would be passed back to an application.
If anyone can shed some light on this, that would be great.
Matt
Comment