Vault Wallet is a secure web-based Application desigened to store and manage sensitive user data like PASSWORDS, SECURE NOTES AND PERSONAL INFORMATION. The project uses Cryptography for encrypting and decrypting the user data, ensuring privacy and security.
- Save and Manage account credentails with encryption.
- Write and store a notes safety with end to end encryption.
- Keep personal data details in a protected envirnoment.
- Login and register system for access informations.
- PostgreSQL used to ensure scalability, reliability, and efficient data management.
- Focuses on clean User Interface (UI)
- Smoothly Animated and provides clean Responsive design
- BACKEND : DJANGO, PYHTON, CRYPTOGRAPHY, PYTHON-DOTENV
- FRONTEND : HTML, CSS, JAVASCRIPT
- DATABASE : POSTGRESQL
- VERSION CONTROL GIT & GITHUB
git clone https://github.com/GOKUL988/Vault-Wallet.git cd Vault-Wallet python -m venv .venv ./.venv/scripts/activate pip install -r requirements.txt- Create a new file and named to .env where (manage.py) is located
.env - Add a sensitive variables like this
# Security
_KEY=your-secret-key
# Database
DB_NAME=database_name
DB_USER=dbuser
DB_PASSWORD=dbpassword
DB_HOST=******* like localhost
DB_PORT=****- key Creation
runs crypt_key_gen.py copy the key and paste to .env _KEY python manage.py makemigrations python manage.py migrate - Handles data flows
python manage.py createsuperuser python manage.py runserver- This Project is licensed under the MIT License
- GOKUL
- 📧 Email : gs164945@gmail.com
- 🌐 GitHub Portfolio : LINK
















