Skip to content

hafgit99/aegisv3.0.0

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Aegis Vault Logo

Aegis Vault 3.0

🛡️ The Ultimate Post-Quantum Cryptographic & Zero-Knowledge Vault

Version Platform PQC Zero Knowledge Pricing Trial

Key FeaturesSecurityPricingTech StackInstallationUser Guide (EN)User Guide (TR)Türkçe


🌟 Overview

Aegis Vault 3.0 is a next-generation password manager engineered for the quantum era. By combining Post-Quantum Cryptography (PQC) with a rigorous Zero-Knowledge Architecture, it ensures your sensitive data remains impenetrable today and resilient against future quantum computing breakthroughs.

Bound to your hardware and secured by state-of-the-art memory protection, Aegis Vault offers a unique hybrid synchronization approach with both Cloud Sync and P2P Sync options, giving you complete control over your data.


✨ Key Features

🔐 Elite Security

  • ML-KEM-768 (Kyber): NIST-verified quantum-resistant encryption for secure key exchange
  • Argon2id KDF: Industry-best key derivation with Hardware Binding, making brute-force attacks on your vault virtually impossible
  • Native Lockout System: Mandatory, database-driven rate limiting and account lockout. No insecure file fallbacks
  • Strict Privacy Mode: Toggleable breach monitoring. When enabled, zero data—even hash prefixes—leaves your device
  • Memory App Shield:
    • mlock RAM protection to prevent secrets from being swapped to disk
    • Triple-Wipe: Secure memory disposal (Random → Zero → 0xFF) for all sensitive buffers

🔑 Hardware & Biometrics

  • OS Native Integration: Full support for Windows Hello and macOS Touch ID
  • FIDO2 / WebAuthn: Use your YubiKey or other hardware tokens for secondary local authentication
  • TPM Integrity: Hardware-backed verification for application startup and time-stamping

🌐 Seamless Integration

  • Enhanced Browser Extensions:
    • Native Messaging Bridge: High-performance, secure communication between browser and vault.
    • Auto-Save & Prompt: Detects new credentials on webpages and prompts to save them instantly.
    • In-Extension Editing: Add, search, and edit your vault records directly from the extension popup.
    • Cross-Browser Support: Full parity between Chrome and Firefox versions.
    • TR/EN Support: Full internationalization based on your browser language.
  • New Web Vault (Local Access):
    • Premium UI: Stunning, glassmorphism design for local network access.
    • Live Search: Instant filtering and search capabilities within the web interface.
    • Secure Copy: Direct-to-clipboard password copying with security headers.
  • Custom Plugin System: Extensible architecture supporting Themes, Data Connectors, and Security Tools.
  • Secure TOTP: ID-based code generation in main process, keeping secrets isolated from renderer.
  • Hybrid Sync: Choose between encrypted Cloud Sync for convenience or P2P Sync for complete privacy.

📸 Screenshots

Aegis Vault Dashboard
The stunning Security Dashboard with real-time audit analysis.

Vault List View Browser Extension
Left: Main vault list. Right: The new Chrome/Firefox extension with Add/Edit support.

Entry Detail
Secure entry management with PQC-ready encryption labels.

🎨 Premium Experience

  • Security Audit Dashboard: Real-time analysis of your vault's health with actionable security scores
  • Stunning UI: A professional glassmorphism interface with fluid animations and high-contrast support
  • Dual Localization: Complete, high-quality translation in Turkish and English

🛡️ Security Architecture

The Zero-Knowledge Promise

Your Master Password is never stored. Your keys are never cached. Everything happens on your machine, within your control.

Public Auditability

Aegis Vault is committed to transparency. Our core cryptographic engine is implemented in Rust and is fully open-source. We believe security should be auditable by anyone, anywhere. See SECURITY.md for details on our cryptographic stack and how to audit it.

Modern Web Security

  • Strict CSP: A dynamic, nonce-based Content Security Policy that eliminates 'unsafe-inline' and 'unsafe-eval' risks
  • Context Isolation: Rigid IPC bridge boundaries between UI and system core
  • Secure Preload: A minimal, validated API surface exposed to renderer to prevent injection attacks

Post-Quantum Ready

  • ML-KEM-768 (Kyber): First password manager with quantum-resistant key exchange
  • Future-Proof: Protected against "Harvest Now, Decrypt Later" attacks
  • NIST Standardized: Uses officially approved PQC algorithms

💰 Pricing

Simple, Transparent Pricing

Plan Price Features
Free Trial FREE 3-day full access to all features
Lifetime License €15 One-time payment, lifetime access, no subscriptions

What's Included

  • ✅ All premium features unlocked
  • ✅ Cloud + P2P synchronization
  • ✅ Post-Quantum Cryptography
  • ✅ Hardware Binding
  • ✅ Security Audit Dashboard
  • ✅ Browser Extensions
  • ✅ Advanced Web Vault w/ Search
  • ✅ Plugin Management System
  • ✅ TOTP Generator
  • ✅ SSH Key Storage
  • ✅ CLI Tool
  • ✅ Future updates included

No Hidden Costs

  • ❌ No monthly subscriptions
  • ❌ No feature tiers
  • ❌ No enterprise fees
  • ❌ No hidden charges

🏗️ Technical Stack

Component Technology
Core Framework Electron + TypeScript
UI Framework React 18 + Tailwind CSS + Framer Motion
Native Engine Rust (Neon Framework) for high-performance cryptographic operations
Database SQLCipher (AES-256 encrypted SQLite)
Communication Protobuf-based P2P protocol + Encrypted Cloud Sync
Authentication Argon2id KDF with Hardware Binding
Post-Quantum ML-KEM-768 (Kyber)

🚀 Installation

System Requirements

  • Windows: 10/11
  • macOS: 11+ (Intel & Apple Silicon)
  • Linux: Ubuntu 20.04+, Fedora 35+
  • Node.js: v20+ (for development)
  • Rust: v1.75+ (for development)

Quick Installation

  1. Download the latest release for your OS from the Releases page
  2. Run the installer or use the Portable version
  3. Launch Aegis Vault and start your 3-day free trial
  4. Generate your Recovery Phrase and secure it safely

🔧 Development

Environment Setup

  • Node.js: v20+
  • Rust: v1.75+
  • Build Tools: Visual Studio (Win), Xcode (Mac), or build-essential (Linux)

Quick Start

# Install dependencies
npm install

# Compile the native security module
npm run build:native

# Start development environment
npm run dev

# Build production versions
npm run release

Available Scripts

# Development
npm run dev              # Start dev server
npm run dev:renderer     # Renderer only
npm run dev:main         # Main process only

# Build
npm run build            # Full build
npm run build:renderer   # Build renderer
npm run build:main       # Build main process
npm run build:native     # Build Rust modules

# Package
npm run package          # All platforms
npm run package:win      # Windows
npm run package:mac      # macOS
npm run package:linux    # Linux

📊 Comparison with Industry Standards

Feature Aegis Vault 3.0 Cloud-Based Solutions Local-Only Tools
Cryptography Post-Quantum (ML-KEM-768) Standard (AES-256) Standard (AES-256)
Security Layer Hardware Binding (HWID) Software-Based Software-Based
Sync Method Hybrid (Cloud + P2P) Cloud-Only None / Manual
Memory Protection Triple-Wipe Clearing Standard Standard
Breach Monitoring Local Database (Privacy) Cloud Query (External) Not Available
Access Model 3-Day Trial + Lifetime Subscription Models Mostly Free

📖 For detailed technical comparison with specific tools like Bitwarden, 1Password, or KeePassXC, see COMPARISON_EN.md or COMPARISON_TR.md

Note: Data as of February 2026. This comparison is for informational purposes only. All product names and logos are property of their respective owners.


🇹🇷 Turkish Summary

Aegis Vault 3.0, dijital varlıklarınızı kuantum sonrasına hazırlayan, çevrimdışı öncelikli ve Sıfır Bilgi prensibine dayalı profesyonel bir şifre yöneticisidir.

🌟 Öne Çıkan Özellikler:

  • Kuantum Dirençli ML-KEM-768: Geleceğin işlemci gücüne şimdiden hazır olun
  • Hibrit Senkronizasyon: Bulut veya P2P senkronizasyonu arasında seçim yapın
  • Gelişmiş Web Vault: Yerel ağ üzerinden arama özellikli, premium tasarımlı kasa erişimi
  • Eklenti Sistemi: Temalar ve yeni entegrasyonlar için genişletilebilir modül desteği
  • Tam Donanım Mühürleme: Kasanız yalnızca sizin bilgisayarınızda açılabilir şekilde donanımınıza (Anakart/İşlemci) kilitlenir
  • Gelişmiş Bellek Koruması: Hassas veriler RAM üzerinde şifreli tutulur ve işlem bitince üç aşamalı olarak silinir
  • Gizlilik Odaklı İhlal Kontrolü: Şifrelerinizin sızıp sızmadığını, internete veri göndermeden yerel veritabanları üzerinden kontrol edin
  • Biyometrik ve Donanım Anahtarı: Windows Hello, Touch ID ve FIDO2 (YubiKey) desteği

💰 Fiyatlandırma

  • 3 Günlük Ücretsiz Deneme: Tüm özellikleri deneyin
  • Tek Seferlik Ödeme: Ömür boyu erişim için sadece €15
  • Abonelik Yok: Tek seferlik ödeme, sürekli maliyet yok

🤝 Contributing

We welcome contributions! Please feel free to submit a Pull Request.

  1. Fork the repository
  2. Create your feature branch (git checkout -b feature/AmazingFeature)
  3. Commit your changes (git commit -m 'Add some AmazingFeature')
  4. Push to the branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

📄 License

Aegis Vault is distributed under a Source-Available License. While the source code is public for transparency and security auditing, the following conditions apply:

  • Personal Use: Allowed for non-commercial, personal use.
  • Premium Features: Modification or removal of premium activation checks, trial logic, or payment mechanisms is strictly prohibited.
  • Redistribution: You may NOT redistribute modified versions of this software, especially those that bypass license checks.
  • Commercial Use: Requires a separate commercial license.

See the LICENSE file for the full legal text.


🇹🇷 Lisans Hakkında (Önemli Uyarı)

Aegis Vault, güvenlik ve şeffaflık adına kaynak kodları açık olan ancak ticari/özel bir lisans ile korunan bir yazılımdır.

  • Yazılımdaki Premium ödeme ve lisans kontrol mekanizmalarını bozmak, değiştirmek veya bunları devre dışı bırakarak yazılımı dağıtmak YASAKTIR.
  • Bu yazılımın "tamamen ücretsiz" hale getirilmiş modifiye sürümlerinin yayınlanması lisans ihlali teşkil eder ve yasal sorumluluk doğurur.
  • Detaylar için LICENSE dosyasını inceleyiniz.


🙏 Acknowledgments

  • NIST - Post-Quantum Cryptography standardization
  • pqcrypto - Rust PQC implementation
  • libp2p - P2P networking framework
  • Electron - Cross-platform desktop framework
  • React - UI framework
  • Tailwind CSS - Utility-first CSS framework
  • Framer Motion - Animation library

Aegis Vault 3.0 - Your Digital Fortress in the Quantum Age 🛡️

Crafted with ❤️ and 🦀 Rust by @hafgit99

Official WebsiteReport an IssueComparison (EN)Karşılaştırma (TR)