This project is currently in the early stages of development and is intended for experimental and educational purposes only. Use it at your own risk.
KeyLox is a Terminal User Interface (TUI) based password manager designed to securely store and manage your credentials. It leverages the Argon2 algorithm for password derivation and Aegis256 for encrypting your credentials.
- Secure Password Storage: Uses Argon2 for password password based key derivation and Aegis256 for encryption.
- TUI Interface: User-friendly terminal interface for managing passwords.
- Cross-Platform: Works on various operating systems including Windows, macOS, and Linux.
To install KeyLox, you need to have Rust installed. You can install Rust from here.
Clone the repository and build the project:
git clone https://github.com/MangoLambda/KeyLox.git
cd KeyLox
cargo build --releaseRun the application using:
cargo run --releaseFollow the on-screen instructions to add, view, and manage your passwords.
Contributions are welcome! Please fork the repository and submit a pull request.
This project is licensed under the MIT License. See the LICENSE file for details.