Have a high score leader board in your game you want to protect? Need a simple score encryption script?
Have a look below;
Download Fla Sample
This script is not 100% hack proof, but it does make it much more difficult for hackers to submit fake scores.
Hi i know it’s old stuff but it’s not a good idea to encrypt a score like this, it’s easy to reverse because same score always generate the same result. You are doing this : http://en.wikipedia.org/wiki/Caesar_cipher
You may check this : http://code.google.com/p/as3crypto/ AES is a good (the best ?) way to protect your data.
You must be logged in to post a comment.
Hi i know it’s old stuff but it’s not a good idea to encrypt a score like this, it’s easy to reverse because same score always generate the same result.
You are doing this : http://en.wikipedia.org/wiki/Caesar_cipher
You may check this : http://code.google.com/p/as3crypto/
AES is a good (the best ?) way to protect your data.