The Wayback Machine - https://web.archive.org/web/20220408105821/https://github.com/topics/password-safety
Skip to content
#

password-safety

Here are 190 public repositories matching this topic...

Kaonashi
Sc00bz
Sc00bz commented May 6, 2019

You should order masks by efficiency (occurrences/key_space) because this will lead to the less guesses to crack passwords.

Looking at the top 5:
https://github.com/kaonashi-passwords/Kaonashi/blob/5239bd333ed34993b43126a4499606ba70086034/masks/kaonashi_masks_numbered.txt#L1-L5

And ordering just the 1000 in kaonashi_masks_numbered.txt by efficiency the top 5 are now:

673407:?u?u?u?u
enhancement good first issue

A probably paranoid Golang utility library for securely hashing and encrypting passwords based on the Dropbox method. This implementation uses Blake2b, Scrypt and XSalsa20-Poly1305 (via NaCl SecretBox) to create secure password hashes that are also encrypted using a master passphrase.

  • Updated Dec 11, 2020
  • Go

Improve this page

Add a description, image, and links to the password-safety topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the password-safety topic, visit your repo's landing page and select "manage topics."

Learn more