Encryption
In cryptography, encryption is the process of encoding messages or information in such a way that only authorized parties can read it.
BASE64 Decode
Decode a base64 string.
BASE64 Encode
Encode string into base64.
MD5 Encode
The MD5 message-digest algorithm is a widely used cryptographic hash function.
SHA256 Encode
SHA-256 algorithm generates an almost-unique, fixed size 256-bit (32-byte) hash.
SHA512 Encode
SHA512 algorithm is a 512 bit hash.
URL Encode
URL encoding, also known as percent-encoding, is a mechanism ...