In the interest of making this a learning experience for myself and others, I would like to get any feedback on the following questions.<p>What would be considered as strong/good/secure password/authentication algorithms if one had to implement this today?<p>What would you recommend today as a good/secure authentication library that one can use with a micro framework like Python Flask (or others)? What about the authentication library in the batteries included Django framework?<p>What about recommended general authentication libraries for other web application frameworks such as Phoenix/Elixir, Node based, Go based, etc?<p>Here are some links from OWASP/Google that offers some details:<p><a href="https://www.owasp.org/index.php/Cryptographic_Storage_Cheat_Sheet" rel="nofollow">https://www.owasp.org/index.php/Cryptographic_Storage_Cheat_...</a><p><a href="https://www.owasp.org/index.php/Password_Storage_Cheat_Sheet" rel="nofollow">https://www.owasp.org/index.php/Password_Storage_Cheat_Sheet</a><p><a href="https://docs.google.com/document/d/1R6c9NW6wtoEoT3CS4UVmthw1a6Ex6TGSBaEqDay5U7g/edit" rel="nofollow">https://docs.google.com/document/d/1R6c9NW6wtoEoT3CS4UVmthw1...</a>