Table of Contents
PixelVault is a secure locally encrypted gui password manager written with rust and egui. Features includee
- Vault encryption
- Service, Username, Password entries
- Searching usernames and services
First rust project! Rust docs are a joy!
Not yet
Tip
Click the username or password to immediately copy them
- Zed code editor
- Rust
- Egui
- Egui_Toast
- Egui_Commonmark
- Add double checking of master password when making new vaults
- Add existing vault to vault directory
- Add encrypting the entire vault
- Add a password search
- Add ability to edit passwords
- Add a password generator
- Password strength meter (warnings for weak and reused)
- Duplicate Detection
- Add naming of vaults
- Security score for vault
- URL for services
- Favicon display next to service
- Password History
- Tags
- Password expiry reminder
- Vault Statistics
- Total entries
- Average password strength
- Password expiry
- Reused passwords
- Types of vault entries
- Size of vault
- Custom fields like a PIN
- Add different entry types other than passwords
- Notes
- Aliases
- Identities
- Cards
- Custom items
- Alert if found in pwned databases
- Import
- Store / Generate 2FA
- Attachments
- Database instead of json
- Global autofill query
- Add custom vault directories
Since this is running on a compute shader, it doesn't work on web. I'm pissed too, but maybe one day I'll turn it into a spatial shader or something.
Distributed under the MIT License. See LICENSE for more information.
Project Link: https://github.com/PixelSaver/pixelvault
Rust doc!!