What is Base64 encoding and base64 Decoding?
Base64 is a group of binary-to-text encoding schemes that transforms binary data into a sequence of printable characters, limited to a set of 64 unique characters.
Examples
Example 1:
Base String: Richael
Base 64 encoded string: UmljaGFlbA==
Example 2:
Base String: Redbarn
Base 64 encoded string: UmVkYmFybg==