Docs.rs
allowthem-core-0.0.2
allowthem-core 0.0.2
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
wavefunk-dev
Dependencies
aes-gcm ^0.10
normal
argon2 ^0.5
normal
base64ct ^1
normal
chrono ^0.4
normal
hmac ^0.12
normal
jsonwebtoken ^9
normal
password-hash ^0.5
normal
rand ^0.9
normal
reqwest ^0.12
normal
rsa ^0.9
normal
serde ^1.0
normal
serde_json ^1
normal
sha2 ^0.10
normal
sqlx ^0.9.0-alpha.1
normal
subtle ^2
normal
thiserror ^2
normal
tokio ^1
normal
totp-rs ^5
normal
tracing ^0.1
normal
url ^2
normal
uuid ^1.19.0
normal
tempfile ^3.8
dev
Versions
37.27%
of the crate is documented
Go to latest version
Platform
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
Skip to main content
Module password
allowthem_
core
0.0.2
Module password
Module Items
Functions
In crate allowthem_
core
allowthem_core
Module
password
Copy item path
Source
Functions
ยง
hash_
password
Hash a plaintext password with Argon2id.
verify_
password
Verify a plaintext password against a stored
PasswordHash
.