Base64, Hex
You can easily encode and decode data to and from Base64 and Hex:
This can for example be useful when using Basic Auth in HTTP calls:
But in general, they are useful methods to encode/decode non-URL-safe or non-ASCII data to ensure exchanges between systems run smoothly.
Base64 and Hex are NOT encryption methods!
Last updated