Does nobody have experience with using an unique piece of data on a pc/device for protection purposes?!
When doing class browsing through my assemblies I noticed that the defined fixed arrays werent displayed when decompiling the assemblyfunction.
i.e. from the following array only its existence was shown but not the length of the array and values of the individual entries. A possibility to make an almost unhackable passwordgeneration...
int[] myArray = {1, 3, 5, 7, 9, 11}
Regards, me, myself and I