This is the final project within the course, "Developing AI Applications with Python and Flask" in the IBM Full Stack Software Developer Certificate. The objective of this project is to develop an ...
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 ...