The PBKDF2 class
The security.PBKDF2
class generates passwords using the Password-Based
Key Derivation Function 2 (PBKDF2).
This class is provided in the
security
C-Extension library; To use this class, import the
security
package with:IMPORT security