Skip to content

Implementation of best practice client-side password handling

Latest
Compare
Choose a tag to compare
@YnkDK YnkDK released this 04 Mar 21:23

This marks the first release of passwords-sqnfa-web and for sqnfa!

The version contains client-side password handling for:

  • Minimum length
  • Black lists with words, email and regular expressions
  • Connection to haveibeenpwned.com
  • Hashing using SHA512/432
  • Hashing using Bcrypt
  • Extendable using either custom sync or custom async handlers

Relevant blog posts behind black lists and haveibeenpwned.com: