
Hi everybody!
A customer is asking us about the encryption method for passwords in Dynamics SL as a requirement for their security. They only need to know how Dynamics SL manage encryption or in this case, what kind of encryption method is applying to passwords.
We have searched and only found that it´s proccesed by Capicom DLL. Do you have more information about this topic?
Thanks a lot!
Billy
Hi,
SL 7FP1 and newer versions use a process with AesCryptoServiceProvider to encrypt the passwords. Specificaly the System.Security.Cryptography.Rfc2898DeriveBytes and convert the result ToBase64String.
Regards.