diff options
Diffstat (limited to 'system/acopw-cli/README')
-rw-r--r-- | system/acopw-cli/README | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/system/acopw-cli/README b/system/acopw-cli/README new file mode 100644 index 0000000000..d6f1a59bdb --- /dev/null +++ b/system/acopw-cli/README @@ -0,0 +1,15 @@ +acopw-cli: A simple and secure password generator + +acopw-cli is a fast, no-frills command-line utility for +generating secure random passwords, Diceware passphrases, +and numeric PINs. + +It uses Go's crypto/rand package for secure randomness, +avoiding selection bias, and provides a curated word list with +over 23,000 words for Diceware. + +Features: +- Generate secure random passwords with configurable length +- Create Diceware passphrases with custom separators +- Generate numeric PINs +- No external dependencies beyond Go itself |