|
|
|
Show HN: Flask-Vault – Securely store and manage credentials in Flask
|
|
2 points
by multiversecoder
1009 days ago
|
|
After months away from programming and especially Python, I decided to develop a new project inspired by Rails secure credential management. This new project is a library for Flask that allows you to securely manage an application's credentials and easily encrypt/decrypt sensitive data using AES-GCM with a 128-bit key. Key Features: - Effortless CLI Commands: Flask-Vault offers a set of intuitive CLI commands that make it easy to securely store secrets, such as API keys, database credentials, and more. - Simplified Encryption and Decryption of text and files. Check out Flask-Vault on GitHub and let me know what you think. Your feedback is invaluable! https://github.com/multiversecoder/Flask-Vault |
|