Docs.rs
pylon-plugin-0.3.13
pylon-plugin 0.3.13
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
ericc59
Dependencies
argon2 ^0.5
normal
hmac ^0.12
normal
pylon-auth ^0.3.13
normal
pylon-kernel ^0.3.13
normal
rand ^0.8
normal
serde ^1
normal
serde_json ^1
normal
sha1 ^0.10
normal
sha2 ^0.10
normal
Versions
58.06%
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_auth
pylon_
plugin
0.3.13
Module password_
auth
Module Items
Structs
Functions
In pylon_
plugin::
builtin
pylon_plugin
::
builtin
Module
password_
auth
Copy item path
Source
Structs
§
Password
Auth
Plugin
Password auth plugin. Stores hashed passwords using Argon2id.
Functions
§
hash_
password
Hash a password using Argon2id with a random salt.
verify_
password
Verify a password against an Argon2 PHC-format hash string.