I see that there are many base64 implementations in open source, and I found several internal implementations in the product that I support.
I am trying to split duplicates, but I am not 100% sure that all these implementations give identical results. Therefore, I need to have a data set that checks all possible input combinations.
Is it available somewhere? google search did not really report this.
I saw a similar question about stackoverflow, but it didn’t answer it completely, and in fact it just asks for a single phrase (in ascii) that will check all 64 characters. For example, it does not handle padding with =. Thus, one test line, of course, will not correspond to the score for a 100% test.
source share