https://github.com/ohager/signum-pgen
Just another small tool
https://github.com/ohager/signum-pgen
Last synced: about 1 month ago
JSON representation
Just another small tool
- Host: GitHub
- URL: https://github.com/ohager/signum-pgen
- Owner: ohager
- License: mit
- Created: 2022-01-28T10:59:08.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-28T14:33:29.000Z (over 4 years ago)
- Last Synced: 2026-04-19T19:14:20.195Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 17.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# signum-pgen
Just another small tool
Install globally
`npm i signum-pgen -g`
Run `signum-pgen --help`
```
Usage: signum-pgen [options] [passlength]
@@@@@@@@ @@@@@@@
@@@@@ @@@@@ @@@@@
@@@ @@@ @@@ @@@@@
@@@ @@@@@ @@@@ @@@
@@@@@@@@ &@@@ @@@@@@@@ @@@@ @@@@@@@
@@@ @@@@ @@@ @@@@@ @@@
@@@ @@@ *@@@@ @@@ @@@ @@@@
@@@@@ @@@ @@@ @@@@@
@@@@ @@@ @@@ @@@@ @@@ @@@
@@@ @@@@@ @@@ @@@@ @@@
@@@@@@@ @@@ @@@@@@@@ @@@ @@@@@@@@
@@@ @@@@ @@@@@ @@@
@@@@ @@@ @@@ @@@
@@@@@ @@@@@ @@@@@
@@@@@@@ @@@@@@@@
Signum PGen
Author: ohager
Version: 1.0.0
Arguments:
count Number of phrases to be generated
passlength Length of the resulting password (in chars) or phrase
(in words) (default: "12")
Options:
-V, --version output the version number
-o, --out The name of the file where the passphrase are written to
-m, --mode Chooses the output mode (choices: "words", "chars",
default: "words")
-h, --help display help for command
```