Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-10-07T00:28:51.000Z (about 5 years ago)
- Last Synced: 2024-10-14T03:42:06.982Z (3 months 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.