Crates.io | serde_mcf |
lib.rs | serde_mcf |
version | 0.1.3 |
source | src |
created_at | 2017-11-07 14:07:02.746711 |
updated_at | 2017-12-07 09:35:10.532363 |
description | Serde deserializer for Modular Crypt Format (MCF) |
homepage | |
repository | https://github.com/libpasta/serde_mcf |
max_upload_size | |
id | 38474 |
size | 47,917 |
This is a Rust library for a serde deserializer/serializer for the modular crypt format (MCF).
MCF was slightly more formally defined in the password hashing competition which we use as a rough guide for this library.
While this can be used as a general-purpose format this is not recommended, and should only be used for serializing password hashes.
This crate works with Cargo and can be found on
crates.io with a Cargo.toml
like:
[dependencies]
serde_mcf = "0.1.0"
serde_mcf is licensed under either of
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in serde_qs by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.