Projects

Rooster is a simple password manager that helps you securely save username/password combinations on Windows, MacOS and Linux through a friendly command-line interface. I wrote the first version in 2015 and have been maintaining it since. It's available on Github.

rpassword makes it easy to read passwords from Rust code in console applications on all platforms, Unix, Windows, WASM and more. It's similar to Linux's C function getpass() or Python's getpass module. It's widely used within the Rust ecosystem and available on Github.