https://github.com/shrekmp4/vault-password-manager
Password and data manager open source
https://github.com/shrekmp4/vault-password-manager
database encryption manager open-source password
Last synced: about 2 months ago
JSON representation
Password and data manager open source
- Host: GitHub
- URL: https://github.com/shrekmp4/vault-password-manager
- Owner: shrekmp4
- Created: 2024-09-21T16:40:54.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-10-15T17:23:25.000Z (9 months ago)
- Last Synced: 2025-10-27T20:37:21.932Z (8 months ago)
- Topics: database, encryption, manager, open-source, password
- Language: C#
- Homepage:
- Size: 10.1 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vault Password Manager🔐
Portable password manager open source and completely offline.
(Some gifs are not working)
# Single file executable
The main application is a single `.exe` file, it does not require installation, it creates these files:
- A database file for each user with all the user data.
- A `config.json` file that will contain all the application settings.
You can move the executable file and the database file wherever you want and take all the passwords and data with you, the `config.json` file is not required but you can also copy that file to keep the settings.
# Sqlcipher encrypted database
The database engine used is [sqlcipher](https://github.com/sqlcipher/sqlcipher), an encrypted version of sqlite.
# Open source ?
Source on this repo :)
# Completely offline
*"The only secure computer is a computer disconnected from the internet and shutdown!"*
This application will never use internet to send, receive, or store data, and everything is completely offline.
All data are yours! Only you have the control!
This also means that if you lost your data no one will be able to retrieve them anymore...
Just backup everything into an external pendrive, this app can be loaded also from pendrives.
# 🔐Login Preview

# 🔐Register Preview

# 🔑Login + Panel

# 📋Save Password

# 📚Category

# ⚠️Security report

# 👥MultiAcc

# 💳Credit Card Save

# License
Copyright (C) 2024 srkdev (shrekmp4)