Sha256: ec2bae6fbf01c6ff154c2c9169438df3d842f83334410bce2ce3fad837df7c67

Contents?: true

Size: 536 Bytes

Versions: 3

Compression:

Stored size: 536 Bytes

Contents

# bashpass Password Generator "correct horse battery staple"

## Usage Example

```bash
./bashpass -d german.dic -n 4
./bashpass -d german.dic -n 4 |tr "&1234567890\`=@+#~\!\%*_^-" " "  # for classic xkcd passowrds
```

## bashpass

* Source: https://github.com/joshuar/bashpass
* License: Apache

## German Word List

* Source: http://www.htdig.org
* License: GPL
* http://www.htdig.org/files/contrib/wordlists/

## OS X

```bash
brew install coreutils

# in execution context
PATH="/usr/local/opt/coreutils/libexec/gnubin:$PATH"
```

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
your_platform-1.0.1 vendor/scripts/bashpass/README.md
your_platform-1.0.0 vendor/scripts/bashpass/README.md
your_platform-0.0.2 vendor/scripts/bashpass/README.md