Skip to content

Releases: sqnfa/passwords-sqnfa-web

Implementation of best practice client-side password handling

04 Mar 21:23
Compare
Choose a tag to compare

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: