vlt - Minimalist Secure Vault (Vvault CLI)
Project description
🛡️ sololc-vvault (vlt)
Zero-Knowledge, Offline-First, and High-Performance CLI Authenticator.
vlt (pronounced Volt) is a modern 2FA (Two-Factor Authentication) manager designed for the terminal. It provides industrial-grade security with a minimalist user experience, ensuring your TOTP secrets remain yours alone.
🚀 Building fast, secure, and offline-first tools for the modern terminal. 💡 Passionate about developer productivity and system transparency. 🏠 Keep it local. ⚡ Keep it simple.
🔒 Security Architecture
Unlike many authenticators, vlt employs a Zero-Knowledge encryption model. Your data is never stored in plain text.
- Key Derivation (KDF): We use Argon2id (the winner of the Password Hashing Competition) to derive high-entropy keys from your Master Password.
- Parameters:
memory_cost=64MB,iterations=3,lanes=4.
- Parameters:
- Encryption: All data is encrypted using AES-256-GCM (Galois/Counter Mode), providing both confidentiality and authenticity (tamper-proof).
- Local-Only: No cloud sync, no tracking, no telemetry. Your vault stays in
~/.vlt/.
✨ Features
- ⚡️ Live Dashboard: A real-time terminal UI (
Richpowered) to monitor TOTP codes and expiration countdowns. - 📂 Smart Import: Seamlessly import via QR codes or standard
otpauth://URLs. - 📋 Clipboard Integration: Copy codes with a single flag for lightning-fast logins.
- 🛠️ Modern Tech Stack: Built with
uv,Typer,cryptography, andQReader.
🚀 Installation
Ensure you have Python 3.11+ installed. We recommend uv for the best experience.
# Clone the repository
git clone https://github.com/nuv0x/sololc-vvault.git
cd sololc-vvault
# Install dependencies and install the tool in editable mode
uv sync
pip install -e .
📖 Usage Guide
Vvault uses the short and punchy vlt command.
- Initialization Set up your secure storage directory at ~/.vlt/.
vlt init
- Adding Accounts You can add accounts manually or import them intelligently via QR codes.
Manual Add:
vlt add github --secret KHR2UEJ33JJG... --issuer GitHub --category Dev
QR Code Import:
vlt import --qr ./path/to/qr_code.png
URL Import:
vlt import --url "otpauth://totp/Service:User?secret=XYZ..."
- Management & Viewing Launch Live Dashboard:
vlt dash
Get a Single Code:
vlt get github # Display the code
vlt get github --copy # Display and automatically copy to clipboard
List All Accounts:
vlt list
- Backup Keep your data safe by exporting your vault.
vlt backup ./my_backup.yaml
🛠️ Project Structure
The project follows a modular, functional design for clarity and maintainability:
- src/sololc_vvault/core/: Core logic layer containing TOTP generation, physical storage, and vault operations.
- src/sololc_vvault/main.py: Interaction layer featuring the polished CLI interface built with Typer and Rich.
- ~/.vlt/: The default local data storage path.
☕ Support the Project
If vlt makes your terminal life easier, consider supporting the development!
🤝 Contributing
Contributions are welcome! If you have ideas for new features (such as supporting the Google Migration protocol or adding Master Password encryption), please feel free to:
- Fork the Project
- Create your Feature Branch (git checkout -b feature/AmazingFeature)
- Commit your Changes (git commit -m 'Add some AmazingFeature')
- Push to the Branch (git push origin feature/AmazingFeature)
- Open a Pull Request
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file sololc_vvault-0.1.2.tar.gz.
File metadata
- Download URL: sololc_vvault-0.1.2.tar.gz
- Upload date:
- Size: 41.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.11.3 {"installer":{"name":"uv","version":"0.11.3","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Debian GNU/Linux","version":"13","id":"trixie","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
55ec9af70362599367e3f0a6cc8b83228b887f71045eb278bff86ab622477349
|
|
| MD5 |
135552eab4eea9b8da722da5a2eea934
|
|
| BLAKE2b-256 |
1b49b1447cbdae343f1261b608c9a5c2650a788eba5f6178b0212a0df60af1fa
|
File details
Details for the file sololc_vvault-0.1.2-py3-none-any.whl.
File metadata
- Download URL: sololc_vvault-0.1.2-py3-none-any.whl
- Upload date:
- Size: 12.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.11.3 {"installer":{"name":"uv","version":"0.11.3","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Debian GNU/Linux","version":"13","id":"trixie","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
39899842f7283d861c3772c945cf27bd3bd379f77aedb15c6598afe8af9d9830
|
|
| MD5 |
bc49f7ef0470b4b9229bf6e2b91f437f
|
|
| BLAKE2b-256 |
c7ccfe71155d23a22c8fc0dbc7740db6e6264e0dfc5016d380135d2dfb8a11c0
|