Update README.md

This commit is contained in:
nichogenius
2017-08-20 14:15:28 -06:00
committed by GitHub
parent 19c2bb7bc4
commit 554d2eed7b

View File

@@ -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.