https://github.com/charmander/bcrypt-small-rs
bcrypt password hashing and verification in safe Rust.
https://github.com/charmander/bcrypt-small-rs
bcrypt password-hash rust
Last synced: over 1 year ago
JSON representation
bcrypt password hashing and verification in safe Rust.
- Host: GitHub
- URL: https://github.com/charmander/bcrypt-small-rs
- Owner: charmander
- License: isc
- Created: 2019-08-21T10:59:41.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-10-07T00:28:51.000Z (almost 7 years ago)
- Last Synced: 2025-02-28T03:56:13.200Z (over 1 year ago)
- Topics: bcrypt, password-hash, rust
- Language: Rust
- Homepage: https://lib.rs/crates/bcrypt-small
- Size: 10.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bcrypt-small
Password hashing with bcrypt. Doesn’t yet zero memory.