Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/congma/pass-genphrase
Passphrase generator extension for pass, the password manager.
https://github.com/congma/pass-genphrase
diceware pass pass-extension passphrase passphrase-generator password password-manager password-safety password-store
Last synced: 3 months ago
JSON representation
Passphrase generator extension for pass, the password manager.
- Host: GitHub
- URL: https://github.com/congma/pass-genphrase
- Owner: congma
- License: gpl-3.0
- Created: 2017-05-02T03:08:33.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-08-12T16:23:45.000Z (about 3 years ago)
- Last Synced: 2024-06-16T11:33:39.135Z (5 months ago)
- Topics: diceware, pass, pass-extension, passphrase, passphrase-generator, password, password-manager, password-safety, password-store
- Language: Shell
- Homepage:
- Size: 182 KB
- Stars: 27
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
- awesome-password-store - pass-genphrase
README
[![Build Status](https://travis-ci.org/congma/pass-genphrase.svg?branch=master)](https://travis-ci.org/congma/pass-genphrase)
`pass-genphrase` - passphrase generator extension for [`pass`(1)][pass]
----
## SYNOPSIS ##
```
pass genphrase [ options ] pass-name [ word-count ]
```## DESCRIPTION ##
pass-genphrase is an extension for [`pass`(1)][pass] that provides the pass
gen- phrase command for securely creating memorable passphrases using a
[Diceware(TM)][dw]-compatible dictionary file. It is a drop-in replacement for
the `pass generate` command.For further information, please run `make doc` and read the generated
`README.txt` file, or use `man` to view the `pass-genphrase.1` manual page.[pass]: https://www.passwordstore.org/ "Password Store, the password manager"
[dw]: http://world.std.com/~reinhold/diceware.html "Diceware"