1 unstable release

new 0.1.0 Mar 3, 2025

#365 in Cryptography

MIT license

5KB
77 lines

bcsh (Bcrypt string hasher)

Development commands

cargo run -- --help
cargo run -- -n 100 mypassword
cargo run -- -n 10
cargo run --release -- mypassword

Usage

Usage:
  bcsh [options] <password>

Options:
  -n, --rounds <number>    Number of bcrypt rounds (4-31, default: X)
  -h, --help               Show this help message

Dependencies

~1MB
~24K SLoC