-
Notifications
You must be signed in to change notification settings - Fork 0
Password Store extension for generating Diceware-style mnemonic passwords.
License
entrez/pass-words
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
_
_ __ __ _ ___ ___ ___ __ __ __ ___ _ _ __| | ___
| '_ \ / _` | (_-< (_-< |___| \ V V / / _ \ | '_| / _` | (_-<
| .__/ \__,_| /__/ /__/ \_/\_/ \___/ |_| \__,_| /__/
|_|
Overview:
pass-words is a Password Store/pass <https://passwordstore.org> extension
for generating Diceware-style mnemonic passwords.
Usage:
pass words [generate] [-w file,--wordlist=file] [-s sep,--seperator=sep]
[--clip,-c] [--in-place,-i | --force,-f] pass-name [word-count]
Generate a new password of word-count words (7 if not specified)
using the specified Diceware-style formatted wordlist.
Inter-word separator defaults to '' (no separator).
Prompt before overwriting existing password unless forced.
Optionally replace only the first line of an existing file with a new
password.
Installation:
Run `make install' from the repository's root directory. Alternatively, to
install manually, move words.bash to ~/.password-store/.extensions/, or
your system's global Password Store extension dir (probably something like
/usr/lib/password-store/extensions/).
Config:
The variable PASSWORD_STORE_WORD_LIST can be used to set the default
wordlist file location; likewise, PASSWORD_STORE_DEFAULT_SEPARATOR and
PASSWORD_STORE_WORD_COUNT can be used to define the default separator
and word count, respectively.
About
Password Store extension for generating Diceware-style mnemonic passwords.
Topics
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published