Subsystem Security configuration
For extra security we have an option not to keep encrypted passwords in the database. Some policies will not work when this is enabled.
Default: true
For extra security we can encrypt hashed passwords we store in database. This must be configured prior to running configure database task. Once set this must never be changed.
Default: false
Password hashing algorithm. Valid options are: SHA1, SHA256, SHA384, SHA512, MD5. This must be configured prior to running configure database task. Once set this must never be changed.
Default: SHA512
The length of randomly generated bytes to append to password prior to hashing.
Default: 64
The number of iterations to perform when using PBKDF2 algorithm
Default: 2000
The hash length when using PBKDF2 algorithm
Default: 512
The encryption mode for encryption/decryption
Default: ECB