hkeric.wci
(Haso Keric)
February 13, 2019, 1:41pm
2
It depends how its Encrypted. You could try to use the method that is used to Decrypt the SysAgent Password, I believe that its encrypted in the same way.
Epicor.Security.Cryptography.Encryptor.DecryptToString(passwordStringHere)
When it comes to User Passwords Just an FYI There is an Article on that
From a high-level Epicor has a little helper class to hash the password via 2 helper methods ComputeHash, VerifyHash it does support different algorithm’s such as SHA1, SHA256, SHA384, SHA512, MD5 but by default Epicor uses SHA256. That helper...
Reading time: 1 mins 🕑
Likes: 10 ❤