Overview
>
klyn.cryptography
>
PBKDF2
>
PBKDF2
Overview
Index
Tree
Deprecated
klyn.cryptography.PBKDF2.PBKDF2
constructor
public PBKDF2() throws CryptoException:
Description
Creates a PBKDF2 instance using `SHA256`.
import klyn.cryptography kdf = PBKDF2() print(kdf.algorithm)