Loading repository data…
Loading repository data…
Maneesh-Pradeep / repository
A secret file storage vault in python
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
A secret file storage vault in python with AES encryption support.
Here's a simple gif to show you basics of how to use the vault

You can install the package using pip command
pip install secret-vault
or by cloning this repo :
git clone https://github.com/Maneesh-Pradeep/secret_vault.git
cd secret_vault
# Run the setup.py file
python setup.py install
You can just type the secret_vault command from anywhere in the terminal to start the program.
The first time when you open the program, you are asked to Create a Master Password. That Master Password is used to identify you and also encrypt your files.
You will be asked to enter your Master Password every time you open the vault.
You can reset the master password by running the Delete and Reset Vault command in the program.