klyn.cryptography.PBKDF2.PBKDF2
constructor
public PBKDF2() throws CryptoException:
Description

Creates a PBKDF2 instance using SHA256.

import klyn.cryptography

kdf = PBKDF2()
print(kdf.algorithm)
Throws
  • CryptoException if the key specification, output encoding, or PBKDF2 algorithm is invalid or derivation fails.