24 lines
557 B
Markdown
24 lines
557 B
Markdown
---
|
|
title: phrase
|
|
github: https://github.com/MasseR/phrase
|
|
issues: https://github.com/MasseR/phrase/issues
|
|
badge: https://github.com/MasseR/phrase/workflows/Run nix build/badge.svg
|
|
---
|
|
|
|
This project is a command line tool for generating password phrases using the
|
|
[diceware method](https://diceware.dmuth.org/). The passwords are stored in a
|
|
folder structure that is compatible with the
|
|
[pass](https://www.passwordstore.org/) password store manager.
|
|
|
|
|
|
|
|
```
|
|
$ phrase asd
|
|
inlet area crux
|
|
|
|
$ pass show asd
|
|
inlet area crux
|
|
|
|
$ file ~/.password-store/asd.gpg
|
|
```
|