Package org.cryptacular.pbe


package org.cryptacular.pbe
  • Class
    Description
    Abstract base class for password-based encryption schemes based on salt data and iterated hashing as the basis of the key derivation function.
    Describes a password-based encryption scheme.
    Describes block ciphers allowed with the OpenSSL password-based encryption scheme.
    Password-based encryption scheme used by OpenSSL for encrypting private keys.
    Password-based encryption algorithms defined in PKCS#5 for PBES1 scheme.
    Implements the PBES1 encryption scheme defined in PKCS#5v2.
    Supported password-based encryption algorithms for PKCS#5 PBES2 encryption scheme.
    Implements the PBES2 encryption scheme defined in PKCS#5v2.