Encrypts and decrypts text using various encoding methods.
Currently supports the following conversions:
Base64 encode
Base64 decode
HTML entities encode
HTML entities decode
Remove spaces
Reverse
ROT13
Timestamp encode
Timestamp decode
URL encode
URL decode
XOR encrypt/decrypt
ASCII to binary
ASCII to hex
Binary to ASCII
Binary to decimal
Binary to hex
Decimal to binary
Decimal to hex
Hex to ASCII
Hex to binary
Hex to decimal
Latest reviews
- (2017-09-20) Brian Crabtree: I only tried to convert a binary message I wrote back to ASCII, this program fail to do it.