about summary refs log blame commit diff stats
path: root/README
blob: 64cd948873061afae5b62628fed20c862426d5f7 (plain) (tree)
1
2
3
4
5



                                                                      
                                                                                                 





















                                                                                                               
                                         
ayu
===

Not-so standard unix password manager, written in (mostly) posix shell
Uses <https://age-encryption.org> as back-end, and tree(1) to list contents of the password store

Caveats
-------

For the utility to work, you have to generate your own keypair with age-keygen(1)
The private key should be placed as ~/.config/ayu/age.key and the public key should be placed as ~/.ayu/.age-id

e.g. age-keygen -o ~/.config/ayu/age.key and the output should be copied into the public key file.


Anti-features
-------------

1) built-in integration with Git
2) built-in automatic keypair generation

neither of those are included and probably will never be. 
Just use the CLI tools by themselves, lol.

License
-------

Discordian Public License, otherwise, MIT