/arustylock

A password manager I'm trying to make in Rust for learning purposes. Please don't actually use this for your own passwords. Still currently in development.

Primary LanguageRustApache License 2.0Apache-2.0

arustylock

This is a password manager that I am making just for learning both how password managers and Rust work.

This app is based off example code from this repository.

Installation

Ensure that you have Rust installed

Clone the repository with whichever method you prefer.

Navigate to the directory to where the repository was cloned and run cargo run in the terminal.

Contribution

Contributions are always welcome so feel free to make a pull request at any time. There's a high likelihood that you can improve something