5 Login - DAM v4.9.0

When you log in you are given the opportunity to save your username and password. This is done by selecting Remember login credentials.


Technical information

Passwords in Digizuite are by default stored using HMACSHA512 and Rfc2898DeriveBytes with variable PBKDF2 iterations, salt & pepper.
Password retrieval is therefore not possible, however you can use our password reset functionality that uses either RFC 4226 or RFC 6238 compliant One Time Password routines. 

Note:
To counter faster computers and algorithms, the PBKDF2 iterations should be incremented each year in your installation.
Consult the configuration documentation.

Note for integrators / deprecation notice:
To be backwards compatible with older integrators, DAM 4 still requires you to send passwords in lowercase MD5 representations.
This is only representation and has nothing to do with storage or handling, as all new password routines are following the above descriptions today.
This compatibility is subject to change in DAM 5.