.by epikur ver 1.0
.Insert text
(Press enter)
~~~~
CommandLine Calc
~~~~
Text length
~~~~
Text uppercase
~~~~
Text lowercase
~~~~
Reversed
~~~~
Reverse Slashes / or \
~~~~
ASCII Hex
~~~~
ASCII Dec
~~~~
Text Hex sum
~~~~
Text Dec sum
~~~~
Base64 string decrypt
~~~~
Base64 string encrypt
XOR strings, until smallest string-length
(Press enter)
~~~~
XOR strings
note! the xor stringvalue can be cut off if some chars can't be displayed
For CommandLine Calc:
try typing at top textfield: 1 + 2, 0xA & 0xB, xorHex("F","3"), xorDec(123,654),
hex2bin("FF"), bin2hex(245), bin2dec("1010"), xorBin("10","11"), dec2hex(0x1C & 0x2C),
asc2str(65,66,67), hasc2str("4A,4B,5B"), andHex("A2","B0"), orDec(123,406), small("HELLO"), big("test")