pwdgen-local-cli
v1.0.0
Published
A minimal offline password generator CLI powered by pwdgen-core.
Maintainers
Readme
pwdgen-local-cli
Offline password generation for Node.js command-line workflows, powered by
pwdgen-core.
npx pwdgen-local-cli -l 16 -s
npx pwdgen-local-cli --length 24 --symbols --count 5
npx pwdgen-local-cli --length 32 --symbols --exclude-similar --jsonThe CLI uses Web Crypto via pwdgen-core, does not call PwdGen at runtime, and
does not store generated passwords.
Useful links:
- Website: https://pwdgen.xyz/
- Developer docs: https://pwdgen.xyz/en-US/developer/
- Security methodology: https://pwdgen.xyz/en-US/methodology/
- Core package: https://www.npmjs.com/package/pwdgen-core
