hello → 5Find the length of text based on user input.
hello → ollehReverses the input's text to reverse it.
hello → olehlRandomly shuffles the input text, can make anagrams.
heY → HEY or HEYChanges text to lowercase or uppercase.
HeLLo → hEllOReverses the case of each character in the text.
(l → p)hello → heppoFinds and Replaces characters or phrases.
hello → hello: 1Finds how many words are in the input text.
h.e&llo! → helloRemoves punctuation and symbols from input text.
hi \n hi → hiFinds and removes duplicates lines.
hello → aGVsbG8=Encodes or decodes a string to base64.
hello → 01101...Encodes or decodes a string to binary.
hello → 68656c...Encodes or decodes a string to hexadecimal.
im a → im%20aEncodes or decodes a string to URL-Encoded.
hello → ifmmpShifts letters in a string to cipher them.
hello → 5d414...Hashes a string in the MD5 Algorithm
hello → aaf4c...Hashes a string in the SHA1 Algorithm
hello → 2cf24...Hashes a string in the SHA256 Algorithm
hello → $2a$1...Hashes a string in the Bcrypt Algorithm
* a.com * → a.comExtracts URLs from text.
* a@a.com * → a@a...Extracts emails from text.
* 818... * → 818...Extracts phone numbers from text.
(l)hello → llUses a regex pattern to extract text.
a%dsji!...Generate a custom and secure password.
check it out!Can crack MD5, SHA1, SHA256, and Bcrypt! Free!