| Crates.io | bcsh |
| lib.rs | bcsh |
| version | 0.1.0 |
| created_at | 2025-03-03 17:03:59.633895+00 |
| updated_at | 2025-03-03 17:03:59.633895+00 |
| description | A command line tool to hash strings using bcrypt |
| homepage | |
| repository | https://github.com/keshav-c/bcrypt-hasher |
| max_upload_size | |
| id | 1575922 |
| size | 11,622 |
cargo run -- --help
cargo run -- -n 100 mypassword
cargo run -- -n 10
cargo run --release -- mypassword
Usage:
bcsh [options] <password>
Options:
-n, --rounds <number> Number of bcrypt rounds (4-31, default: X)
-h, --help Show this help message