pbkdf2-identifier 0.0.2

A crate to identify the parameters used to generate a PBKDF2 hash.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "pbkdf2-identifier"
version = "0.0.2"
license = "MIT OR Apache-2.0"
description = "A crate to identify the parameters used to generate a PBKDF2 hash."
repository = "https://github.com/zer0x64/pbkdf2-identifier"
homepage = "https://github.com/zer0x64/pbkdf2-identifier"
authors = ["zer0x64 <dugre.philippe@hotmail.com>"]
edition = "2018"

[dependencies]
hmac = "0.7.1"
sha-1 = "0.8.1"
sha2 = "0.8.0"

[dev-dependencies]
base64 = "0.11.0"