Package Crypto :: Package IO :: Module _PBES
[frames] | no frames]

Module _PBES

Classes
  PBES1
Deprecated encryption scheme with password-based key derivation (originally defined in PKCS#5 v1.5, but still present in v2.0).
  PBES2
Encryption scheme with password-based key derivation (defined in PKCS#5 v2.0).
Functions
 
decode_der(obj_class, binstr)
Instantiate a DER object class, decode a DER binary string in it, and return the object.
Variables
  __package__ = 'Crypto.IO'