Since my current encryption method wont work, I looked into the Java cryptography class. I found a decent example (http://www.java2s.com/Code/Java/Security/EncryptionanddecryptionwithAESECBPKCS7Padding.htm), but there were no tutorials I could find that could explain this simply. What I plan on doing is encrypting the player file so it can’t be changed (prevent cheaters). Any good tutorials or explanations?