A secure, encrypted password vault application built with Rust and egui.
## Features
- **Strong Encryption**: Uses AES-GCM-SIV for data encryption and Argon2 for password hashing
- **Secure Storage**: All passwords and sensitive data are encrypted before storage in SQLite database
- **Auto-clear Clipboard**: Automatically clears copied passwords from clipboard after configurable time
- **Automatic Backups**: Scheduled daily backups to prevent data loss
- **Modern GUI**: Clean, intuitive interface built with egui
- **Cross-platform**: Runs on Windows, macOS, and Linux
## Requirements
- Rust 1.70 or later
- SQLite (bundled with the application)
## Installation
### Pre-built Binary (Recommended)
1. Download the latest release from the releases page
2. Extract the executable
3. Run `KISSV.exe` (Windows) or `./KISSV` (Linux/macOS)
## Usage
### First Time Setup
1. Launch the application
2. Create a strong master password (minimum 16 characters with upperc
Features
- Written in Rust
- AES-GCM-SIV encryption
- Argon2 hashing
- Editable entries
- auto-clearing clipboard
- Obfuscation 99.9%
- Backup your password DB
- Custom DB and backup locations
- Scheduled backup settings