source: code/trunk/README.md@ 13

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

Add support for cream(1)

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

File size: 1.2 KB
Line 
1# kanako (神奈子)
2the adaptable password manager. named after [Kanako Yasaka](https://en.touhouwiki.net/wiki/Kanako_Yasaka)
3
4## Backends supported
5* [age](https://age-encryption.org)
6* [cream](https://z3bra.org/cream/)
7* [gpg](https://gnupg.org)
8* [salty](https://git.mills.io/prologic/salty)
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
15## Add-ons
16
17### kanako_gen
18random username and password generator, requires `busybox(1)`
19
20### kanako_menu
21quick graphical front-end for kanako, works with either of `dmenu(1)`
22or `bemenu(1)`, useful for copying passwords to clipboard.
23
24### kanako_totp
25time-based one time password addon for kanako, requires `oathtool(1)`
26from oath-toolkit.
27
28## License
29* [Discordian Public License, version 2.3](https://gt.kalli.st/novaburst/discordian-public-license/src/branch/discordia/DPL-2.3)
30
31## Related software
32* [akoizumi/ayu](https://git.shelltalk.net/akoizumi/ayu) [predecessor]
33* [biox/pa](https://github.com/biox/pa)
34* [e-zk/page](https://github.com/e-zk/page)
35* [kl3/spm](https://notabug.org/kl3/spm)
36* [nmeum/tpm](https://github.com/nmeum/tpm)
37* [shokara/angou](https://gt.kalli.st/shokara/angou)
38* [zx2c4/pass](https://passwordstore.org)
Note: See TracBrowser for help on using the repository browser.