Skip to content

A secure open-source password manager built using Django REST Framework.

Notifications You must be signed in to change notification settings

adhamsalama/password_manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

94 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vault Guard

Vault Guard

Vault Guard is a secure open-source cloud-based password manager.

Passwords are encrypted and decrypted on the client-side using AES encryption algorithm.

Passwords are encrypted using the master password as the key.

You can also generate random passwords using the random password generator.

To add a new password, or copy a stored password, the user must enter the master password for encryption/decryption.

Vault Guard can be self-hosted by cloning the repo and running the code in the main branch.

This app is made with Django Rest Framework and vanilla JavaScript.

Disclaimer: This project was made for educational purposes, not actual usage. You're better off using a commercial password manager. I recommend Bitwarden

About

A secure open-source password manager built using Django REST Framework.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published