Found a bug in my base64 converter

Found a bug in my base64 converter

My base64 conversion script is supposed to find the maximum length string that is guaranteed to be present if the input plain text string is somewhere in the original plain text code, however there was an off by 1 error which made some patterns 1 character longer than they should have been.   Short patterns (ie 4 chars) were prone to false positives because they really were 3 character patterns which is too short to be useful.  Long patterns were likely missing results.

Should be fixed now.
This commit is contained in:
nichogenius
2017-07-28 04:51:18 -06:00
committed by GitHub
parent 9bc41ee8b4
commit 4f529f0683

File diff suppressed because it is too large Load Diff