Security

Authentication of users
  • User name and password
  • Windows authentication
  • LDAP
  • SSO

Other authentication mechanisms

On request

Data encryption

User passwords are encrypted during storage (non-symmetric SHA-1 encryption) and transmission (symmetric encryption using the Rijndael algorithm).

Server variables are encrypted during storage and transmission (256-bit Advanced Encryption Standard (AES) with a unique salt value for every variable ).

Both encryption mechanisms are compliant with FIPS.

Password policies Configurable