Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/usbokirishima/pwds
My custom-made Password Manager, written in just one day after learning Rust.
https://github.com/usbokirishima/pwds
cargo password password-manager rust rustlang terminal
Last synced: 8 days ago
JSON representation
My custom-made Password Manager, written in just one day after learning Rust.
- Host: GitHub
- URL: https://github.com/usbokirishima/pwds
- Owner: UsboKirishima
- License: mit
- Created: 2025-01-05T21:14:27.000Z (15 days ago)
- Default Branch: main
- Last Pushed: 2025-01-06T18:11:35.000Z (14 days ago)
- Last Synced: 2025-01-06T19:27:27.857Z (14 days ago)
- Topics: cargo, password, password-manager, rust, rustlang, terminal
- Language: Rust
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pwds
![image](/assets/image2.png)
My custom-made Password Manager, written in just one day after learning Rust.
This software utilizes Advanced Encryption Standard (AES) cryptography to securely save data to a database file.
Built with Rust, utilizing GTK4 for an intuitive and modern graphical interface.## Todos
- [x] Frontend
- [x] Encryption lib
- [X] UI Errors
- [X] File w/r
- [X] Manage pwds## Technologies
- [Rust's standard library](https://doc.rust-lang.org/std/)
- [Cargo](https://github.com/rust-lang/cargo)
- [Gtk4-rs](https://github.com/gtk-rs/gtk4-rs)
- [Glib](https://github.com/gi-rust/glib-sys)
- [CSS3](https://it.wikipedia.org/wiki/CSS)
- [aes_gcm](https://crates.io/crates/aes-gcm)## Pwds
How to get pwds? move to [INSTALL.md](/INSTALL.md)
## Screenshots
![image1](/assets/image.png)
![image2](/assets/image2.png)
![image3](/assets/image3.png)
![pwd](/assets/pwd.png)## License
This project is licensed under the [MIT License](/LICENSE).
#### Made with <3 by UsboKirishima