• Stars
    star
    224
  • Rank 172,069 (Top 4 %)
  • Language
    Rust
  • License
    Apache License 2.0
  • Created over 9 years ago
  • Updated 5 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Cross platform Rust library to read a password in the terminal (Linux, BSD, OSX, Windows, WASM).

Rustastic Password

rpassword makes it easy to read passwords in a console application on all platforms, Unix, Windows, WASM, etc.

rpassword is made available free of charge. You can support its development through Liberapay ๐Ÿ’ช

Usage

Add rpassword as a dependency in Cargo.toml:

[dependencies]
rpassword = "7.2"

See examples and docs at https://docs.rs/rpassword.

Contributors

We welcome contribution from everyone. Feel free to open an issue or a pull request at any time.

Here's a list of existing rpassword contributors:

Thank you very much for your help! ๐Ÿ˜ƒ โค๏ธ

License

The source code is released under the Apache 2.0 license.