Docs.rs
crypt3_rs-0.1.1
crypt3_rs 0.1.1
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
imgurbot12
Dependencies
blowfish ^0.9.1
normal
optional
byteorder ^1.5.0
normal
optional
hmac ^0.12.1
normal
optional
md-5 ^0.10.6
normal
optional
rand ^0.9
normal
sha1 ^0.10.6
normal
optional
sha2 ^0.10.9
normal
optional
criterion ^0.7.0
dev
Versions
100%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Module crypt
crypt3_
rs
0.1.1
Module crypt
Module Items
Modules
In crate crypt3_
rs
crypt3_rs
Module
crypt
Copy item path
Source
Expand description
Supported password hashing and verification algorithms.
Modules
ยง
apr1
APR1-MD5 based hash.
bcrypt
Standard *BSD hash.
bsdi
Enhanced DES-based hash.
md5
MD5 based hash.
sha1
HMAC-SHA1 based hash.
sha256
SHA-256 based hash.
sha512
SHA-512 based hash.
unix
Seventh Edition Unix DES-based hash.