acopw-go: Small cryptographically secure password generator package for Go.

submited by
Style Pass
2024-04-16 23:30:03

Package acopw provides a simple, efficient, and secure way to generate random passwords, passphrases, and PINs using Go. It leverages the speed of math/rand/v2 with the cryptographic security of ChaCha8 for generating random data, ensuring the highest level of randomness, security, and performance.

When generating diceware passwords, it uses a curated list with over 23 thousand words, one of the largest word lists out there.

You must sign-off your work using git commit --signoff. Follow the Linux kernel developer's certificate of origin for more details.

Leave a Comment