Encoding ≠ encryption
Base64 only changes representation so binary can travel in text systems. Anyone can decode it — never use it to hide secrets.
Common uses
- Small data URLs in CSS or HTML.
- Debugging API payloads.
- Moving tokens between systems that expect text.