source: code/trunk/README.md@ 17

Last change on this file since 17 was 17, checked in by yakumo.izuru, 2 years ago

Small revision

Signed-off-by: Izuru Yakumo <yakumo.izuru@…>

File size: 1.4 KB
RevLine 
[5]1# kanako (神奈子)
[17]2the adaptable password manager. named after [Kanako Yasaka](https://en.touhouwiki.net/wiki/Kanako_Yasaka) from [Touhou 10: Mountain of Faith](https://en.touhouwiki.net/wiki/Mountain_of_Faith)
[1]3
4## Backends supported
5* [age](https://age-encryption.org)
[13]6* [cream](https://z3bra.org/cream/)
[1]7* [gpg](https://gnupg.org)
[13]8* [salty](https://git.mills.io/prologic/salty)
[1]9
10## Dependencies
11* Any of the above, depending how you configured it
12* `ls(1)` or `tree(1)` for printing a list
13* `mandoc(1)` for documentation
14
[9]15## Add-ons
16
[17]17### kanako\_gen
[15]18random username and password generator, requires `strings(1)`,
19`dd(1)` and a sane `tr(1)` (FreeBSD's one behaves differently and
20in unexpected ways)
[11]21
[17]22### kanako\_menu
[9]23quick graphical front-end for kanako, works with either of `dmenu(1)`
[11]24or `bemenu(1)`, useful for copying passwords to clipboard.
[9]25
[17]26### kanako\_totp
[9]27time-based one time password addon for kanako, requires `oathtool(1)`
28from oath-toolkit.
29
[1]30## License
[17]31* [Beerware License (Revision 42.1)](COPYING)
[1]32
33## Related software
[5]34* [akoizumi/ayu](https://git.shelltalk.net/akoizumi/ayu) [predecessor]
[15]35* [beastie/aps](https://codeberg.org/beastie/aps)
[1]36* [biox/pa](https://github.com/biox/pa)
37* [e-zk/page](https://github.com/e-zk/page)
38* [kl3/spm](https://notabug.org/kl3/spm)
39* [nmeum/tpm](https://github.com/nmeum/tpm)
40* [shokara/angou](https://gt.kalli.st/shokara/angou)
41* [zx2c4/pass](https://passwordstore.org)
Note: See TracBrowser for help on using the repository browser.