CyberVault is a free, open-source password manager and secure credential vault for Windows users who prioritize privacy and local data control. Built with C# and military-grade encryption, CyberVault stores all your passwords offline on your computer - no cloud, no third-party servers, complete privacy.
Perfect for: Security-conscious users, privacy advocates, businesses requiring offline password storage, and anyone seeking a reliable alternative to cloud-based password managers like LastPass, Bitwarden, or 1Password.
Developed by CyberHansen and CyberNilsen | Featured in Laagendalsposten newspaper π³π΄
CyberVault is production-ready and actively maintained. While major new features are not being added right now, we continue releasing security updates and bug fixes.
π Ultimate Privacy: Unlike online password managers, your sensitive data never leaves your device
π 100% Offline: No internet required after installation - perfect for air-gapped systems
π‘οΈ Military-Grade Security: AES encryption with industry-standard cryptographic algorithms
π» Windows Native: Optimized specifically for Windows 10/11 with native WPF interface
π Completely Free: Open-source MIT license - inspect the code yourself
π Browser Integration: Chrome extension available for seamless web password management
- Secure Password Storage: AES-256 encryption with PBKDF2 key derivation
- Password Generator: Create strong, unique passwords with customizable complexity
- Auto-Fill Integration: Chrome extension for automatic login form completion
- Import/Export: Migrate from other password managers (JSON support)
- Search & Filter: Quickly find credentials with built-in search functionality
- Zero-Knowledge Architecture: Only you have access to your master password
- Secure Memory Handling: Credentials cleared from memory after use
- Backup & Restore: Encrypted backup files for data protection
- Two-Factor Authentication Ready: Supports TOTP codes and 2FA workflows
- Secure Notes: Can write notes and store the notes securely
- Intuitive Interface: Clean, modern WPF design optimized for Windows
- Fast Performance: Native C# application with minimal resource usage
- Portable Mode: Run from USB drive without installation
- Multiple Vaults: Organize credentials into separate encrypted databases
- Language: C# (.NET Framework/Core)
- UI Framework: WPF (Windows Presentation Foundation)
- Cryptography: System.Security.Cryptography, AES-256, PBKDF2
- Database: Encrypted file storage in user's AppData folder - no external database dependencies
- Browser Extension: JavaScript/Chrome Extensions API
- Build System: Visual Studio 2022, MSBuild
- Visit our Releases page
- Download the latest
- Run installer and follow setup wizard
- Launch CyberVault from Start Menu
# Clone the repository
git clone https://github.com/CyberNilsen/CyberVault.git
cd CyberVault
# Open in Visual Studio 2022
# Build > Build Solution (Ctrl+Shift+B)
# Debug > Start Without Debugging (Ctrl+F5)- OS: Windows 10 version 1809 or later / Windows 11
- Framework: .NET Framework 4.8 or .NET 6.0 Runtime
- Memory: 512 MB RAM minimum (1 GB recommended)
- Storage: 300 MB free disk space
- Architecture: x64 (64-bit) systems only
- Launch CyberVault from desktop shortcut or Start Menu
- Create Master Password: Choose a strong, memorable master password
- Set Security Settings: Configure auto-lock timeout and backup preferences
- Add Your First Password: Click "Add New" to store your first credential
- Auto-Fill: Install Chrome extension for seamless web form filling
- Search: Type in search box to instantly find any stored password
- Generate: Use built-in generator for new account passwords
- Backup: Regular encrypted backups ensure you never lose data
Install our official Chrome extension for seamless password management:
Extension Features:
- Auto-detect login forms on websites
- One-click password filling
- Generate passwords directly in browser
- Secure communication with desktop app
- Works with all Chromium browsers
- Algorithm: AES-256 in CBC mode with PKCS7 padding
- Key Derivation: PBKDF2-SHA256 with 1,000,000 iterations and cryptographically secure random salt
- Storage: Encrypted files stored locally in
%AppData%\Roaming\CyberVault- no database required - Memory Protection: Sensitive data cleared from memory after use with secure memory handling
- β No Data Collection: We never collect, store, or transmit your data
- β No Analytics: No tracking, no telemetry, no usage statistics
- β No Network Calls: Application works 100% offline after installation
- β Open Source: All code is publicly auditable on GitHub
- β Local Storage Only: Everything stays on your computer, always
- Regular security reviews by the development team
- Automated dependency scanning with GitHub Security Advisories
| Feature | CyberVault | LastPass | Bitwarden | 1Password |
|---|---|---|---|---|
| Offline Storage | β Complete | β Cloud-only | β Cloud-only | β Cloud-only |
| Open Source | β MIT License | β Proprietary | β GPL | β Proprietary |
| Windows Native | β WPF App | β Web-based | β Electron | β Electron |
| Cost | β Free Forever | π° $3/month | π° $10/year | π° $36/year |
| Zero-Knowledge | β True Offline |
We welcome contributions from the cybersecurity and open-source community!
- π Bug Reports: Found an issue? Open an issue
- π‘ Feature Requests: Suggest improvements or new features
- π§ Code Contributions: Submit pull requests for bug fixes or enhancements
- π Documentation: Help improve our documentation and guides
- π Translations: Localize CyberVault for your language
- π Security Research: Responsible disclosure of security vulnerabilities
git clone https://github.com/CyberNilsen/CyberVault.git
cd CyberVault
# Open CyberVault.sln in Visual Studio 2022
# Install NuGet packages and buildPlease read our Contributing Guidelines and Code of Conduct.
This project is licensed under the MIT License - see the LICENSE file for details.
Legal Notice: CyberVault is provided "as-is" without warranty. Users are responsible for maintaining backups of their passwords.
Featured in Laagendalsposten: CyberVault was highlighted in Norway Kongsberg's local news.
π Read the full article (Norwegian)
- π Official Website: cybernilsen.github.io/CyberVault-website
- π± Chrome Extension: CyberVault Extension Repository
- π§ Support Email: [email protected]
- π Bug Reports: GitHub Issues
- π¬ Discussions: GitHub Discussions
Special thanks to our dedicated testers who helped make CyberVault secure and reliable:
- System.Security.Cryptography - .NET cryptographic APIs
If CyberVault helps keep your passwords secure, please:
- β Star this repository on GitHub
- π Share with friends and colleagues who value privacy
- π Report bugs to help us improve security
- π‘ Suggest features for future versions
- π€ Contribute code to the open-source community
Download CyberVault today and take control of your digital security!
Keywords: password manager, offline password manager, Windows password vault, secure credential storage, open source security, privacy-focused password manager, local password storage, encrypted password database, cybersecurity tools, password generator, Chrome extension password manager
