Xstore user password encryption
Hi all
Is there a way to recreate the encyption logic used to encrypt Xstore employee passwords, but outside of Xstore?
Users loaded into Xstore via mnt files are created with a default password (1234) if the user is created via an EMPLOYEE INSERT_ONLY record.
Our client wants to load new employees so passwords are user specific (a combination of user store and another value)
The HRS_EMPLOYEE_PASSWORD file does not support this as it expects an already encrypted file.
I was not able to find any web service to enter an unencrypted password and get back the encrypted password. Is anyone here aware of a way to encrypt the password without pulling the password code out of the Xstore build?