Skimmed the readme, seems like it's not AEAD? I don't see any reason to use a tool that's not AEAD.
Also, while I get the appeal of just storing it all in a giant JSON, I don't really feel that's the final word in simple storage formats. I'd personally just use SQLite, or some other format I could rsync.
It’s fun to build things like this but if you want to nourish a user base you need to fully understand the landscape of similar tools and then explain your differentiating value. This is /particularly/ important for security related tools.
Specifically you should compare and contrast to tools like SOPS, Ansible Vault, pass, etc.
6 comments
[ 3.2 ms ] story [ 18.8 ms ] threadAlso, while I get the appeal of just storing it all in a giant JSON, I don't really feel that's the final word in simple storage formats. I'd personally just use SQLite, or some other format I could rsync.
Specifically you should compare and contrast to tools like SOPS, Ansible Vault, pass, etc.
Might also extend it with an API. Not sure. cheers!