I wrote a program to encrypt asset files. For eg, suppose this is how my encryption works. It iterates over a string and manipulates the character value (eg - str[i] += 100). No