I'm working on decrypting some files that were encrypted with basic encryption for a school project. For the first file, it was a text file and all I did was open the file in its binary form and read the file then subtract the encryption key of 53 and output the result. This worked.
However, with this second file, I do the exact same thing except now the encryption key is supposed to be 81 but it just doesn't seem to work.