Registry / crypto / argonautica

argonautica

JSON →
library0.2.0rscratesunverified

Idiomatic Argon2 password hashing for Rust.

# Cargo.toml [dependencies] argonautica = "0.2.0"
INSTALL
IMPORT
SIG · ARGONAUTICA
A
argonautica
cryptorustv0.2.0
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.

Hasher
use argonautica::Hasher;

Hashes a password using Argon2 with default parameters.

use argonautica::Hasher; let hash = Hasher::default() .with_password("password") .hash() .unwrap(); println!("Hash: {}", hash);
Debug
Known issues
gotchaRequires the `argon2` feature to be enabled for Argon2id variant.
fix
Add `features = ["argon2"]` in Cargo.toml.
affects: >=0.2.0
Upgrade
Version history
0.2.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
53 hits · last 30 days
node
46
Resources
argonautica — cargo add argonautica · libregistry