Skip to content

Offline Python password manager using AES‑256 encryption, SQLite DB, and keyring authentication. Secure, minimal, and privacy‑focused.

License

Notifications You must be signed in to change notification settings

Cursed271/VaultPass

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to VaultPass Typing SVG


Version License Python Status


Overview 🎯

VaultPass is a sleek, terminal-based password manager built in Python for privacy enthusiasts. It offers secure AES encryption, SQLite database storage, and a master password system safeguarded by keyring. With no cloud reliance, no tracking, and no bloat, VaultPass gives users full control over their credentials, offline, encrypted, and always in their hands.

Key Features

  • 🛡️ Encrypted Password Storage: Uses AES-CBC encryption with high-iteration PBKDF2 to keep passwords secure.
  • 🔑 Master Password Protection: Leverages keyring to store and validate a master key for secure access.
  • 💾 Local-Only SQLite Database: Credentials are stored offline in a local, encrypted SQLite database.
  • 🧪 Integrated Password Generator: Creates strong, policy-enforced passwords with customizable length and randomness.
  • 💻 Terminal-Based UI with Rich: Clean and user-friendly interface using the rich library for better UX.

Screenshots 📸

VaultPass Interface:

VaultPass Output:

Installation ⚒️

  1. Pre-requisites: Ensure you have Python3 installed on your system.
  2. Clone the Repo: Use "git clone https://github.com/Cursed271/VaultPass"
  3. Traverse into the Directory: Use "cd VaultPass"
  4. Install Dependencies: Use "pip install -r requirements.txt"
  5. Execute the Script: Use "python3 VaultPass.py"
  6. Enter the Credentials to be stored

Legal Disclaimer ⚖️

⚠️ Important Notice

This tool is intended for:

  • Authorized security testing ONLY
  • Educational and research purposes
  • Legal and ethical use cases

You must:

  • Obtain proper authorization before use
  • Comply with all applicable laws
  • Use responsibly and ethically

The author assumes no liability for misuse of this tool.

Contributing 💡

  • Steven Pereira (aka Cursed) - Creator & Maintainer

Contributions welcome! Feel free to:

  • 🐛 Report bugs
  • 💡 Suggest features
  • 🔧 Submit pull requests
  • 📖 Improve documentation

License 📃

VaultPass is licensed under the COE or CursedSec Ownership Edict License.

This software is proprietary intellectual property owned exclusively by CursedSec.

Unauthorized redistribution, modification, and re-uploading to any other repository (public or private) are strictly forbidden and constitute a direct violation of the CursedSec Ownership Edict (COE).

Consider this a warning: I track every copy. Get your own ideas, you lazy little shits.

Violators will face immediate legal action and DMCA takedown requests. All development must be conducted via approved Pull Requests on this official repository.

Let's Connect ⛓️‍💥

Have suggestions or feature requests? Feel free to reach out via:

Your feedback helps improve VaultPass! Contributions and PRs are always welcome. 🚀

Releases

No releases published

Languages