diff --git a/README.md b/README.md index a034cda..856f5ac 100644 --- a/README.md +++ b/README.md @@ -62,15 +62,13 @@ Tools It is worth noting that the presence of one of the three output strings in a block of text does not 100% guarantee that the string was present in the original code. It is guaranteed that IF the subject string was present in the original code, then one of the three - outputted strings will be present in the base64 version. + output strings will be present in the base64 version. usage: ./text2base64.py 'base64_decode' - YmFzZTY0X2RlY29kZ - - Jhc2U2NF9kZWNvZG - - iYXNlNjRfZGVjb2Rl + YmFzZTY0X2RlY29kZ + Jhc2U2NF9kZWNvZG + iYXNlNjRfZGVjb2Rl An example: The presence of 'YmFzZTY0X2RlY29kZ' does not guarantee that 'base64_decode' is in the plain text code. It is guaranteed that IF 'base64_decode' was present in the plain text code, then one of these three base64 strings WILL be present.