Text Manipulation
We offer a range of tools to secure and modify your content via javascript text manipulation. Here you can encode and encrypt or decode and decrypt text for when you add your paste to the dump. As the encryption is performed in Javascript within your browser and not on the pastedump server we have no way of knowing what data or keys you use.
String to ASCII - Convert a text string into an ASCII numerical representation - See ASCII on Wikipedia for more details
ASCII to String - Convert a ASCII string into its text format - See ASCII on Wikipedia for more details
URL Encode - Encode an URL into a format that is safe for appending to other urls as an argument - See RFC 1738 for more details.
URL Decode - Decode a string that has previously been URL encoded - See RFC 1738 for more details.
Base64 Encode - Encode a text string into Base64 format - See RFC 1521 for more details.
Base64 Decode - Decode a Base64 string into text format - See RFC 1521 for more details.
ROT13 - Rotate alphabetical characters by 13 places A becomes N, B becomes O... - See ROT13 on Wikipedia for more details.
Reverse Text - As it says, the first letter becomes the last letter, the second letter becomes the second from last and so on
ROT13 - Rotate alphabetical characters by 13 places A becomes N, B becomes O... - See ROT13 on Wikipedia for more details.
SHA-1 - Perform the SHA1 hashing algorithm on the text and show the output - See SHA1 on Wikipedia for more details.
Blowfish Encrypt - Encrypt the pastes content using a javascript Blowfish implementation. As the encryption is performed in your browser we have no way of knowing what keys or content you have used so please don't ask us for the decryption keys as we simply don't have them.
Blowfish Decrypt - Decrypt the content using Blowfish.
HMAC-SHA-1 - Perform the HMAC-SHA-1 hashing algorithm using the provided key and show the output - See HMAC-SHA1 on Wikipedia for more details.
MD5 - Perform the MD5 hashing algorithm on the text and show the output - See MD5 on Wikipedia for more details.
HMAC-MD5 - Perform the HMAC-MD5 hashing algorithm using the provided key and show the output - See HMAC-MD5 on Wikipedia for more details.
MD4 - Perform the MD4 hashing algorithm on the text and show the output - See MD4 on Wikipedia for more details.
HMAC-MD4 - Perform the HMAC-MD4 hashing algorithm using the provided key and show the output - See HMAC-MD4 on Wikipedia for more details.
Alphabetical Sort - ( ) - Sort by blank space, (\n) - Sort by new line.
Unique Words - Show only the unique words.
Strip First Word - Remove the first word from each line (e.g. useful for removing the first number from a list).
Strip Blank Lines - Removes all the blank lines from the text.
Strip New Lines - Removes all the new lines from the text.
Number - Number each line of text (Useful for making a numbered list).
