From 554d2eed7b1cb9ec82fadbb49bbd27ca80cf0831 Mon Sep 17 00:00:00 2001 From: nichogenius Date: Sun, 20 Aug 2017 14:15:28 -0600 Subject: [PATCH] Update README.md --- README.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) 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.