source: code/trunk/README.md@ 10

Last change on this file since 10 was 10, checked in by koizumi.aoi, 3 years ago

Replace pwgen with busybox plus *nix utilities

Signed-off-by: Aoi K <koizumi.aoi@…>

File size: 1.2 KB
RevLine 
[5]1# kanako (神奈子)
2the adaptable password manager.
[1]3
4## Backends supported
5* [age](https://age-encryption.org)
6* [gpg](https://gnupg.org)
7* [saltpack (via salty)](https://git.mills.io/prologic/salty)
8
9## Dependencies
10* Any of the above, depending how you configured it
11* `ls(1)` or `tree(1)` for printing a list
[10]12* busybox `tr(1)` for password generation
[1]13* `mandoc(1)` for documentation
14
[9]15## Add-ons
16
17### kanakomenu
18quick graphical front-end for kanako, works with either of `dmenu(1)`
19or `bemenu(1)`, useful for copying passwords to clipboard. it's configured
20through kanakomenu.conf
21
22### kanakototp
23time-based one time password addon for kanako, requires `oathtool(1)`
24from oath-toolkit.
25
[1]26## License
27* [Discordian Public License, version 2.3](https://gt.kalli.st/novaburst/discordian-public-license/src/branch/discordia/DPL-2.3)
28
29## Related software
[5]30* [akoizumi/ayu](https://git.shelltalk.net/akoizumi/ayu) [predecessor]
[1]31* [biox/pa](https://github.com/biox/pa)
32* [e-zk/page](https://github.com/e-zk/page)
33* [kl3/spm](https://notabug.org/kl3/spm)
34* [nmeum/tpm](https://github.com/nmeum/tpm)
35* [shokara/angou](https://gt.kalli.st/shokara/angou)
36* [zx2c4/pass](https://passwordstore.org)
Note: See TracBrowser for help on using the repository browser.