source: code/trunk/README.md@ 29

Last change on this file since 29 was 29, checked in by yakumo.izuru, 5 weeks ago

誤った仮定に頼るのをやめなさい

File size: 1.2 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* [dd(1)](https://man.netbsd.org/dd.1)
12* [oathtool(1)](https://www.nongnu.org/oath-toolkit/)
13* [openssl(1)](https://www.openssl.org)
14* [rm(1)](https://man.netbsd.org/rm.1)
15* [tree(1)](https://github.com/Old-Man-Programmer/tree)
16
17## Add-ons
18
19### kanako-menu
20quick graphical front-end for kanako, works with either of `dmenu(1)`
21or `bemenu(1)`, useful for copying passwords to clipboard.
22
23## License
24* [Beerware License (Revision 42.1)](COPYING)
25
26## Related software
27* [beastie/aps](https://codeberg.org/beastie/aps)
28* [biox/pa](https://github.com/biox/pa)
29* [e-zk/page](https://github.com/e-zk/page)
30* [kl3/spm](https://notabug.org/kl3/spm)
31* [nmeum/tpm](https://github.com/nmeum/tpm)
32* [shokara/angou](https://gt.kalli.st/shokara/angou)
33* [zx2c4/pass](https://passwordstore.org)
Note: See TracBrowser for help on using the repository browser.