Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/charmander/bcrypt-only
A low-level bcrypt function in safe Rust
https://github.com/charmander/bcrypt-only
bcrypt password-hash rust
Last synced: about 1 month ago
JSON representation
A low-level bcrypt function in safe Rust
- Host: GitHub
- URL: https://github.com/charmander/bcrypt-only
- Owner: charmander
- License: isc
- Created: 2019-08-04T17:38:02.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-10-06T23:08:34.000Z (about 5 years ago)
- Last Synced: 2024-10-13T21:21:30.123Z (3 months ago)
- Topics: bcrypt, password-hash, rust
- Language: Rust
- Homepage: https://lib.rs/crates/bcrypt-only
- Size: 24.4 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
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][].
[bcrypt-small]: https://docs.rs/bcrypt-small/