https://github.com/iamcryptoki/passcat
:key: Generate cryptographically secure, memorable passphrases.
https://github.com/iamcryptoki/passcat
memorable-passphrases passphrase password python security wordlist words
Last synced: 11 days ago
JSON representation
:key: Generate cryptographically secure, memorable passphrases.
- Host: GitHub
- URL: https://github.com/iamcryptoki/passcat
- Owner: iamcryptoki
- License: mit
- Created: 2017-09-14T12:26:32.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-06-04T13:26:20.000Z (almost 5 years ago)
- Last Synced: 2025-04-25T19:49:44.219Z (15 days ago)
- Topics: memorable-passphrases, passphrase, password, python, security, wordlist, words
- Language: Python
- Homepage:
- Size: 4.16 MB
- Stars: 12
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Passcat
Passcat lets you generate cryptographically secure, memorable passphrases.
## Installation
``pip install passcat``
## Usage
Basic usage:
```
$ passcat
throng disregard overall trimming playpen persevere
```Specify the number of words to use in the passphrase:
```
$ passcat 5
relight usage geologic tumbling disown
```Show available wordlists:
```
$ passcat -lEff
English
French
German
Indonesian
Italian
Spanish
```Specify a wordlist other than EFF:
```
$ passcat -w spanish
latitar reglamentaria apanuscadora consultable carbunclo duplicar paragueria cincoanal
```Specify the path to an alternate wordlist:
``$ passcat -f /path/to/wordlist/file.txt``
## License
This code is released under a free software [license](LICENSE.txt) and you are welcome to fork it.