import hashlib # Provides a way to create hash objects, which can be used to generate hash values for data. Useful for integrity checks, etc. import json # Provides functions to work with JSON data.