pkcs5 0.7.1

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 5 feature flags, 0 of them enabled by default.

pbes2

  • dep:aes
  • dep:cbc
  • dep:pbkdf2
  • dep:scrypt
  • dep:sha2

des-insecure

  • dep:des
  • pbes2

3des

  • dep:des
  • pbes2

sha1-insecure

  • dep:sha1
  • pbes2

alloc

    This feature flag does not enable additional features.