Crates.io | bcrypt-only |
lib.rs | bcrypt-only |
version | 0.3.1 |
source | src |
created_at | 2019-08-05 07:02:47.618863 |
updated_at | 2019-08-20 10:52:26.787925 |
description | A low-level bcrypt function in safe Rust. |
homepage | |
repository | https://github.com/charmander/bcrypt-only |
max_upload_size | |
id | 154238 |
size | 21,337 |
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.