Python Programming - Standard Libraries - Discussion

Discussion Forum : Standard Libraries - General Questions (Q.No. 31)
31.
What is the purpose of the hashlib.pbkdf2_hmac() function?
Generating random numbers
Working with cryptographic hash functions
Parsing XML documents
Sorting elements in a list
Answer: Option
Explanation:
The hashlib.pbkdf2_hmac() function in Python is used for password-based key derivation using a cryptographic hash function.
Discussion:
Be the first person to comment on this question !

Post your comments here:

Your comments will be displayed after verification.