bcrypt-only

Crates.iobcrypt-only
lib.rsbcrypt-only
version0.3.1
sourcesrc
created_at2019-08-05 07:02:47.618863
updated_at2019-08-20 10:52:26.787925
descriptionA low-level bcrypt function in safe Rust.
homepage
repositoryhttps://github.com/charmander/bcrypt-only
max_upload_size
id154238
size21,337
Charmander (charmander)

documentation

https://docs.rs/bcrypt-only/

README

bcrypt-only

Just the low-level bcrypt function from a 0–72-byte key, 16-byte salt, and work factor to a 23-byte hash. Implemented in safe Rust. Doesn’t yet zero memory.

If you want to generate or verify password hashes with this, you should look at [bcrypt-small][], when it exists.

Commit count: 12

cargo fmt