Thank you for your interest in contributing to our Repo! Pull requests are welcome. For fixing typos, please make a PR with your fixes. We are happy for every contribution. A lot can be done with this ...
This is a very simple library to encrypt and store secret keys (or any text) locally. The keys are stored in a local sqlite database. The keys are encrypted using AES-GCM. That's it. In theory, the ...