hashlib
hashlib is a built-in Python module for computing hash values using algorithms like MD5, SHA-1, and SHA-256. It is used for generating data fingerprints, verifying file integrity, and basic password hashing. While not recommended for direct password storage (use stronger methods), it's simple and cross-platform, commonly used in log validation, cache control, and basic data verification.