Best practices for Authentication
Authentication: A crucial application for cryptographic hash functions
- proving who you are Identification: The idea of describing an entity uniquely
- email address
You can think of security as risk mitigation. When it comes to risk mitigation, it’s impossible to completely eliminate the risk. The best you can do is understand the risks your systems face, take measures to reduce those risks and monitor them.
Incorporating good password policies into an organization is key to ensuring that employees are securing their accounts with strong passwords. A good password policy system would enforce length requirements, character complexity, and check for the presence of dictionary words, which would undermine the strength of passwords.
Along with requiring the use of strong passwords, a password rotation policy is also recommended since this safeguards against potential undetected compromise of passwords.