Last change
on this file since 11 was 11, checked in by koizumi.aoi, 3 years ago |
Moved addons to their own directory. Add kanako_gen, Removed
kanako-init, etc.
Signed-off-by: Aoi K <koizumi.aoi@…>
|
File size:
1.2 KB
|
Rev | Line | |
---|
[5] | 1 | # kanako (神奈子)
|
---|
[11] | 2 | the 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)
|
---|
| 6 | * [gpg](https://gnupg.org)
|
---|
| 7 | * [saltpack (via salty)](https://git.mills.io/prologic/salty)
|
---|
| 8 |
|
---|
| 9 | ## Dependencies
|
---|
| 10 | * Any of the above, depending how you configured it
|
---|
| 11 | * `ls(1)` or `tree(1)` for printing a list
|
---|
| 12 | * `mandoc(1)` for documentation
|
---|
| 13 |
|
---|
[9] | 14 | ## Add-ons
|
---|
| 15 |
|
---|
[11] | 16 | ### kanako_gen
|
---|
| 17 | random username and password generator, requires `busybox(1)`
|
---|
| 18 |
|
---|
| 19 | ### kanako_menu
|
---|
[9] | 20 | quick graphical front-end for kanako, works with either of `dmenu(1)`
|
---|
[11] | 21 | or `bemenu(1)`, useful for copying passwords to clipboard.
|
---|
[9] | 22 |
|
---|
[11] | 23 | ### kanako_totp
|
---|
[9] | 24 | time-based one time password addon for kanako, requires `oathtool(1)`
|
---|
| 25 | from oath-toolkit.
|
---|
| 26 |
|
---|
[1] | 27 | ## License
|
---|
| 28 | * [Discordian Public License, version 2.3](https://gt.kalli.st/novaburst/discordian-public-license/src/branch/discordia/DPL-2.3)
|
---|
| 29 |
|
---|
| 30 | ## Related software
|
---|
[5] | 31 | * [akoizumi/ayu](https://git.shelltalk.net/akoizumi/ayu) [predecessor]
|
---|
[1] | 32 | * [biox/pa](https://github.com/biox/pa)
|
---|
| 33 | * [e-zk/page](https://github.com/e-zk/page)
|
---|
| 34 | * [kl3/spm](https://notabug.org/kl3/spm)
|
---|
| 35 | * [nmeum/tpm](https://github.com/nmeum/tpm)
|
---|
| 36 | * [shokara/angou](https://gt.kalli.st/shokara/angou)
|
---|
| 37 | * [zx2c4/pass](https://passwordstore.org)
|
---|
Note:
See
TracBrowser
for help on using the repository browser.