add-user utility FIPS comliance
Does anyone know the algorithm/compliance inherent in the add-user utility when it adds a user/password to application-users.properties file?
For example:
./add-user joe password
In the *.properties file you see
joe=<long string of characters>
What is the process/algorithm in use to convert "password" to "<long string of characters>" and is that process/algorithm FIPS 140-2 compliant?
v/r
Ben