What encryption algorithm is used to store passwords in ADAudit Plus, and where is it implemented?
ADAudit Plus uses the bcrypt algorithm to hash passwords, as shown in the ADAudit Plus Analysis - Data Encryption Analysis article. The implementation is located in the `com.adventnet.authentication.util.AuthUtil.class` file inside `AdvAuthentication.jar`. The code forces the algorithm to bcrypt if it's not already set.
bcryptpassword hashingAuthUtilAdvAuthentication.jarADAudit Plus