source: code/trunk/README.md@ 18

Last change on this file since 18 was 18, checked in by yakumo.izuru, 22 months ago

New major release, ironically enough, no major changes done yet

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

File size: 1.3 KB
Line 
1# kanako (神奈子)
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)
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* `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 `strings(1)`,
19`dd(1)` and a sane `tr(1)` (FreeBSD's one behaves differently and
20in unexpected ways)
21
22### kanako\_menu
23quick graphical front-end for kanako, works with either of `dmenu(1)`
24or `bemenu(1)`, useful for copying passwords to clipboard.
25
26### kanako\_totp
27time-based one time password addon for kanako, requires `oathtool(1)`
28from oath-toolkit.
29
30## License
31* [Beerware License (Revision 42.1)](COPYING)
32
33## Related software
34* [beastie/aps](https://codeberg.org/beastie/aps)
35* [biox/pa](https://github.com/biox/pa)
36* [e-zk/page](https://github.com/e-zk/page)
37* [kl3/spm](https://notabug.org/kl3/spm)
38* [nmeum/tpm](https://github.com/nmeum/tpm)
39* [shokara/angou](https://gt.kalli.st/shokara/angou)
40* [zx2c4/pass](https://passwordstore.org)
Note: See TracBrowser for help on using the repository browser.