pkcs5 0.5.0

Pure Rust implementation of Public-Key Cryptography Standards (PKCS) #5: Password-Based Cryptography Specification Version 2.1 (RFC 8018)
Documentation

pkcs5

There is very little structured metadata to build this page from currently. You should check the main library docs, readme, or Cargo.toml in case the author documented the features in them.

This version has 13 feature flags, 0 of them enabled by default.

pbes2

  • aes
  • cbc
  • hmac
  • pbkdf2
  • scrypt
  • sha2

3des

  • pbes2
  • des

sha1-insecure

  • pbes2
  • sha1

des-insecure

  • pbes2
  • des

alloc

    This feature flag does not enable additional features.

aes

    This feature flag does not enable additional features.

des

    This feature flag does not enable additional features.

scrypt

    This feature flag does not enable additional features.

cbc

    This feature flag does not enable additional features.

pbkdf2

    This feature flag does not enable additional features.

sha2

    This feature flag does not enable additional features.

sha1

    This feature flag does not enable additional features.

hmac

    This feature flag does not enable additional features.