Is Base64 encryption?
No. Base64 is encoding, not encryption. Anyone with the encoded text can usually decode it.
Encode/decode Base64.
No. Base64 is encoding, not encryption. Anyone with the encoded text can usually decode it.
It does not encrypt, secure, verify, anonymize, or hide sensitive data.
It is useful for test payloads, simple data URLs, debugging encoded strings, and checking whether a value decodes correctly.