Archive for January, 2009
I have came through the thread and this is my solution to protect the product with a serial key uncrackable.
The solution can be used in both Online browser based / AIR products.
The MD5 class does create a Unique system ID and verifies the MD5 checksum with a foreign key to check whether the user is registered or not.
MD5.registereduser – Boolean returns true, if user is registered.
MD5.skey - The Serial key to be used, to register (can store in a db or xml)
MD5.setRegKey(MD5.skey); – To unlock the product.