💾 Archived View for tris.fyi › pydoc › cryptography.hazmat.primitives.kdf captured on 2022-04-28 at 17:44:39. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2022-01-08)

-=-=-=-=-=-=-

Back to module index

Go to module by name

cryptography.hazmat.primitives

cryptography.hazmat

cryptography

cryptography.hazmat.primitives.kdf (package)

This module has no docstring.

Classes

KeyDerivationFunction

derive(self, key_material: bytes) -> bytes


          Deterministically generates and returns a new key based on the existing
          key material.
        
verify(self, key_material: bytes, expected_key: bytes) -> None


          Checks whether the key generated by the key material matches the
          expected derived key. Raises an exception if they do not match.
        

Modules

abc

scrypt