[5] | 1 | # kanako (神奈子)
|
---|
[17] | 2 | the 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
|
---|
| 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 |
|
---|
[17] | 17 | ### kanako\_gen
|
---|
[15] | 18 | random username and password generator, requires `strings(1)`,
|
---|
| 19 | `dd(1)` and a sane `tr(1)` (FreeBSD's one behaves differently and
|
---|
| 20 | in unexpected ways)
|
---|
[11] | 21 |
|
---|
[17] | 22 | ### kanako\_menu
|
---|
[9] | 23 | quick graphical front-end for kanako, works with either of `dmenu(1)`
|
---|
[11] | 24 | or `bemenu(1)`, useful for copying passwords to clipboard.
|
---|
[9] | 25 |
|
---|
[17] | 26 | ### kanako\_totp
|
---|
[9] | 27 | time-based one time password addon for kanako, requires `oathtool(1)`
|
---|
| 28 | from oath-toolkit.
|
---|
| 29 |
|
---|
[1] | 30 | ## License
|
---|
[17] | 31 | * [Beerware License (Revision 42.1)](COPYING)
|
---|
[1] | 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)
|
---|