Skip to content

V0IDNETWORK/CipherGuard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🔐 CipherGuard

CipherGuard is a modern cross-platform encrypted vault application built with Flutter.
It allows users to securely store sensitive data such as passwords, notes, and private entries using a local-first encryption system.


🚀 Overview

CipherGuard is designed with a security-first architecture, ensuring all sensitive data is encrypted locally before being stored.
No plaintext data is ever exposed outside the device.


✨ Features

  • 🧠 Master password authentication
  • 📦 Secure vault for storing sensitive entries
  • 🔑 Optional biometric authentication support
  • 🛡️ Security Center dashboard
  • 📱 Clean, modern Flutter UI
  • ⚡ Fast and lightweight performance
  • 🌐 Cross-platform support (Android, iOS, Windows, macOS, Linux, Web)

🧱 Architecture

lib/ ├── core/ │ ├── config/ # App constants │ ├── crypto/ # Encryption engine │ └── services/ # App state & core services │ ├── features/ │ ├── auth/ # Authentication flow │ ├── dashboard/ # Main dashboard │ ├── vault/ # Secure storage system │ ├── security/ # Security center │ └── info/ # Info pages │ ├── theme/ # App theming └── widgets/ # Shared UI components


⚙️ Tech Stack

  • Flutter (Dart)
  • Local encryption engine (custom crypto layer)
  • Secure storage architecture
  • Material Design UI
  • Multi-platform support

📦 Getting Started

git clone https://github.com/V0IDNETWORK/CipherGuard.git cd CipherGuard flutter pub get flutter run


🛡️ Security Model

  • All encryption happens locally on-device
  • No sensitive data is transmitted to external servers
  • Master password is required to unlock vault
  • Data is stored only in encrypted form
  • Crypto operations are isolated inside the core engine layer

⚠️ If the master password is lost, data cannot be recovered.


📱 Supported Platforms

  • Android
  • iOS
  • Windows
  • macOS
  • Linux
  • Web

🤝 Contributing

Pull requests are welcome.
For major changes, open an issue first to discuss improvements.

MIT License © V0IDNETWORK

About

No description, website, or topics provided.

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Packages

 
 
 

Contributors