"True security is not stored. It is generated."
ZenV is not just a password manager; it is a stateless identity engine. Built for privacy purists who trust math over cloud servers.
| Feature | Status | Protocol |
|---|---|---|
| Zero-Knowledge | ✅ | No data leaves your device. Ever. |
| Stateless Gen | ✅ | Passwords derived from Master Key + Salt. |
| Multi-Profile | ✅ | Windows-style user isolation (Personal/Office). |
| Storage | 🔒 | AES-256 Encrypted Local Vault. |
| Backup | 💾 | Proprietary .cvx encrypted file export. |
ZenV operates without internet permissions. It cannot "phone home" because it doesn't know how.
Just like a desktop OS, switch between Personal, Work, or Burner profiles instantly. Each vault is encrypted separately.
A glossy, responsive UI featuring:
- Neon-glass aesthetic & micro-interactions.
- Dark Mode default.
- Smooth, futuristic transitions.
- Screenshot Blocking: Overlay protection on sensitive screens.
- Clipboard Auto-Wipe: Prevents memory leaks.
- Master Key Flushing: Manually clear keys from RAM.
Want to run this locally? Follow the white rabbit. 🐇
# 1. Clone the repository
git clone [https://github.com/zen-ash-dev/zenv.git](https://github.com/zen-ash-dev/zenv.git)
# 2. Enter the mainframe
cd zenv
# 3. Install dependencies
npm install
# 4. Initiate Launch Sequence
npx expo run:android