Base64 is a binary-to-text encoding scheme that represents binary data in an ASCII string format. Common uses include:
Encode or decode URLs
Convert timestamps to dates
Generate random UUIDs (v4)
Convert YAML to JSON and vice versa
Generate HMAC signatures
Combine JPG/PNG images into a PDF