| Crates.io | rpassword |
| lib.rs | rpassword |
| version | 7.4.0 |
| created_at | 2015-02-11 15:15:30.055223+00 |
| updated_at | 2025-04-20 14:56:12.930796+00 |
| description | Read passwords in console applications. |
| homepage | https://github.com/conradkleinespel/rpassword |
| repository | https://github.com/conradkleinespel/rpassword |
| max_upload_size | |
| id | 1382 |
| size | 149,308 |
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.

rpassword is made available free of charge. You can support its development through Liberapay 💪
Add rpassword as a dependency in Cargo.toml:
[dependencies]
rpassword = "7.4"
See examples and docs at https://docs.rs/rpassword.
The source code is released under the Apache 2.0 license.