🔏Encoding

Base64

base64encode("hello") -- aGVsbG8=
base64decode("aGVsbG8=") -- hello

Last updated