An open API service indexing awesome lists of open source software.

https://github.com/jdorfman/g20

Fast and Easy 20 Character CLI Password Generator
https://github.com/jdorfman/g20

cli nodejs password password-generator passwords

Last synced: about 1 year ago
JSON representation

Fast and Easy 20 Character CLI Password Generator

Awesome Lists containing this project

README

          

g20 v1.0.6
====

g20 (Generate a 20 Character Password) is the fastest and easiest cross-platform CLI password generator on the planet. For years I have been using [something similar to it](https://medium.com/@jdorfman/osx-password-generator-in-bash-48687892c4f3#.ex5p9qiig) but it only works on OS X. Feel free to [submit an issue](https://github.com/jdorfman/g20/issues) if you're stuck.

### Installation
`npm install -g g20`

### Usage

```
$ g20

WgVxD9LXdRyfv8t3D_V has been copied to your clipboard.

```

### Platform Support
|macOS|Linux|Win¹|Bash on Win|OpenBSD|FreeBSD|Android/Termux|
|---|---|---|---|---|---|---|
| ✅ | ✅ | ✅ |🚫 |❓ |❓ |🚫 |

¹ Tested on Windows 10 cmd.exe

### FAQ's

> Can I generate a password **longer** than 20 characters?

No.

> Can I generate a password **shorter** than 20 characters?

No.

> Can I customize the background color to my liking?

No.

**Bottom line**: all customizations require a fork. And if you want, I will link to your fork in this `README.md`

### Screenshots
![macOS](media/macOS-v106.png)

![Windows](media/windows-cmd-106.png)

### Dependency Packages

* [`Chalk`](https://www.npmjs.com/package/chalk) - MIT © Sindre Sorhus
* [`password-generator`](https://www.npmjs.com/package/password-generator) - MIT © 2011-2012 Bermi Ferrer
* [`clipboardy`](https://github.com/sindresorhus/clipboardy) - MIT © Sindre Sorhus