URL Encoder

Encode URL

Taking program (URL/Form) data and making it safe for use as URL components

Encode URL
URL Decoder

Decode URL

Reversing Url Encode operations to recreate the original data from the contents of a URL component

Decode URL
Base64 Encoder/Decoder

Encode/Decode to Base64

Encoding binary data to printable ASCII chars & decoding back to binary data using Base64

En(De)code to Base64
JSON Formatter

Format/Beautify JSON

Formats or beautify a given JSON string with the chosen indentation level

Format/Beautify JSON
My Public IP

What is my Public IP address?

Fetches public IP address assigned by ISP

Get my Public IP
Bcrypt Hash Generator/Checker

Generate/check bcrypt

Generates hashed text & provides a match check with the plain text using bcrypt algorithm

Generate/Check bcrypt
AES Encryption/Decryption

AES encryption decryption

Encrypt or decrypt a text using AES algorithm with given key size and mode

Encryt/Decrypt AES
Jwt

Jwt decode, verify & generate

Allows you to decode, verify and generate Jwt

Decode/Encode Jwt