bin/ctf-party in ctf-party-1.4.1 vs bin/ctf-party in ctf-party-1.5.0
- old
+ new
@@ -23,9 +23,10 @@
hex2bin: 'Encode an hexadecimal string to a binary string',
hex2dec: 'Encode an hexadecimal string to a decimal string',
hex2str: 'Alias for from_hex',
htmlescape: 'HTML escape the string',
htmlunescape: 'HTML unescape the string',
+ istrip: 'Remove leading and trailing whitespace but also all inner whitespace',
leet: 'Transform into leet speak (l337 5p34k)',
md5: 'Calculate the md5 hash of the string',
randomcase: 'Change the case of characters randomly',
rmd160: 'Calculate the RIPEMD-160 hash of the string',
rot13: 'Encrypt / Decrypt the string with Caesar cipher with a shift of 13',