Text Processing
Quickly delete indentation from each text line
text-unindenterText Processing
Quickly make every word to be two words in the given text
text-word-duplicatorText Processing
Quickly reverse every word in the given text
text-word-reverserText Processing
Quickly swap pairs of adjacent words in text
text-word-swapperMath & Numbers
Convert between Arabic numbers and Roman numerals with validation and detailed results
roman-numeral-converterText Processing
Calculate similarity percentage between two texts using multiple algorithms including Cosine Similarity, Jaccard Similarity, and Levenshtein Distance
text-similarity-detectorSecurity
Generate secure random passwords
password-generatorCryptography
Generate PBKDF2 key derivation hash
pbkdf2-generatorCryptography
Validate password against PBKDF2 derived key
pbkdf2-validatorFormat Conversion
Encrypt and decrypt text using RC4 stream cipher with a key
rc4-encryptorFormat Conversion
Encode and decode text using ROT13 substitution cipher (rotates letters by 13 positions)
rot13-cipherFormat Conversion
Encode and decode text using ROT47 cipher (rotates all printable ASCII characters by 47 positions)
rot47-cipher