source: code/trunk/README.md@ 16

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

Worth a tag?

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

File size: 1.4 KB
RevLine 
[5]1# kanako (神奈子)
[11]2the adaptable password manager. named after [Kanako Yasaka](https://en.touhouwiki.net/wiki/Kanako_Yasaka)
[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
[11]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
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
[11]26### kanako_totp
[9]27time-based one time password addon for kanako, requires `oathtool(1)`
28from oath-toolkit.
29
[1]30## License
31* [Discordian Public License, version 2.3](https://gt.kalli.st/novaburst/discordian-public-license/src/branch/discordia/DPL-2.3)
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.