Encryption
You can add an extra layer of security for sensitive data by encrypting data per column. This means that even if the database is compromised, the data will remain unreadable.
Password Hashing
ActiveManage uses one-way encryption to protect user passwords meaning that no-one is able to read them.
Automatic IP Blocking
If an IP address is attempting a brute-force attack then the platform can automatically block the IP address.
CSRF/XFF Protection
Cross-site request forgery (CSRF) protection prevents attackers from inducing a victim user to perform actions that they do not intend to.
PHP Server Security Advisor
The ActiveManage platform can check your PHP configuration settings to ensure that they are configured to provide a secure environment.
User Account Locking
If a user account has its password incorrectly guessed several times then the platform can automatically lock the account to prevent further attempts.