https://github.com/awcross/nicepass
Generate human-readable passphrases
https://github.com/awcross/nicepass
diceware niceware passphrase password random readable
Last synced: 8 months ago
JSON representation
Generate human-readable passphrases
- Host: GitHub
- URL: https://github.com/awcross/nicepass
- Owner: awcross
- License: mit
- Created: 2016-11-16T23:05:06.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2020-02-06T07:12:45.000Z (about 6 years ago)
- Last Synced: 2025-05-09T06:52:09.349Z (11 months ago)
- Topics: diceware, niceware, passphrase, password, random, readable
- Language: JavaScript
- Size: 10.7 KB
- Stars: 9
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
# nicepass [](https://travis-ci.org/awcross/nicepass)
> Generate human-readable passphrases
This is a CLI that uses [niceware](https://github.com/diracdeltas/niceware) to generate readable passwords or convert random bytes into a passphrase.
## Install
```
$ npm install -g nicepass
```
## Usage
```
$ nicepass --help
Usage
$ nicepass
Examples
$ nicepass
circularly transportal hypotenuse browsing framework
$ nicepass 10
workaholism washday liposoluble pinyon crosstalk
$ nicepass 79446c84988885a444af
lauderdale indisposition overgraze microcosm encomia
$ nicepass 'wigglier singing bicyclist clasher barrow haltering twirler asap'
fba4cb24113123240d975fcfea1d085d
```
## Thanks
All credit goes to [yan](https://diracdeltas.github.io/) for creating [niceware](https://github.com/diracdeltas/niceware), the API for this module.
## License
MIT © [Alex Cross](http://alexcross.io)