Registry / crypto / argon2rs

argon2rs

JSON →
library0.2.5rscratesunverified

The pure Rust password hashing library that runs on Argon2.

# Cargo.toml [dependencies] argon2rs = "0.2.5"
INSTALL
IMPORT
SIG · ARGON2RS
A
argon2rs
cryptorustv0.2.5
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

argon2d_simple
use argon2rs::argon2d_simple;

Hashes a password using the Argon2d algorithm with a given salt.

use argon2rs::argon2d_simple; fn main() { let password = b"password123"; let salt = b"somesalt"; let hash = argon2d_simple(password, salt); println!("Hash: {:?}", hash); }
Debug
Known issues
breakingThis crate is unmaintained; consider using the 'argon2' crate instead.
fix
Switch to the 'argon2' crate for active development and security updates.
affects: >=0.2.0
Upgrade
Version history
0.2.5latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
46 hits · last 30 days
node
42
Resources
argon2rs — cargo add argon2rs · libregistry