Free ActionScript

Flash AS2 & AS3 Tutorials, Game Code, Effects, Source Files & Sample Downloads

Score Encryption

1 Comment »

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

Download Fla Sample

This script is not 100% hack proof, but it does make it much more difficult for hackers to submit fake scores.

One Response

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.

  • Leave a Reply

    You must be logged in to post a comment.