Rotronic RMS Forum

Case 345

Thread #926 | 2020-08-13 08:30 UTC | James | replies: 0
Post #1 | 2020-08-13 08:30 UTC | James
Question:
Are passwords stored in hashed form using a standard hashing algorithm?

Solution:
  1. The password hash is encrypted using the MACTripleDES method. This is a function available in the Microsoft Framework.
Link:
https://docs.microsoft.com/en-us/dotnet/api/system.security.cryptography.mactripledes?view=net framework-4.8

Additional Information:
Old passwords are stored in encrypted form and read out again to protect against reuse.

No matching posts in this thread.