source: code/trunk/README.md@ 27

Last change on this file since 27 was 24, checked in by yakumo.izuru, 4 weeks ago

Make TOTP support built-in, simplify code a bit, add colored errors and warnings via printf

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