Software Protection
| Mon, 2005-06-06 12:20 | |
|
Hi!
I would like to ask that what method does the professionals would prefer for making an application installable for only once ........like licensed applications ... I mean during the installation the registration key will be asked and after entering the key then it continues to work else it stops... How to achieve this? ![]() Whether I should make an application that runs at installaton time and which popups a dialog which asks for registration key and then installs the other files or Is there any other standard way that is being followed for the software protection??? Thanks & Regards, Lalit |
|







Forum posts: 65
I have successfully implemented the dialog that shows the IMEI number of the device and asks for the Key.
But I don't know how to go about the key generation code. I mean the code that take the IMEI number and generates the key code that can be checked before starting the application.
Please help.........
Regards,
Lalit
Forum posts: 720
Openbit License Manager: http://www.openbit.com/developers/index.jsp?sitepart=license_manager
Psiloc DRM Common Solutions: http://www.psiloc.com/index.html?id=116
Forum posts: 982
I have successfully implemented the dialog that shows the IMEI number of the device and asks for the Key.
But I don't know how to go about the key generation code. I mean the code that take the IMEI number and generates the key code that can be checked before starting the application.
Please help.........
Regards,
Lalit
A simple solution to generate the key is to take the imei and encrypt something with that imei as key. So your server will take the imei and encrypt a secret. On the phone you'll take the encrypted string (which is the key) and decrypt it.If you get the secret the key is valid....if not.....The secret can be the IMEI
pirosl
Forum posts: 21
it should be start up when the user start the application.
do anybody know this?
thanks
series60.ch
Forum posts: 183
it should be start up when the user start the application.
do anybody know this?
thanks
Read this article http://www.newlc.com/article.php3?id_article=606 , it suggests that a "secret code" based on the IMEI number may not be a great idea and it wouldnt really matter where you put the code as it can be found from the call.
But basically, your code will be cracked if someone wants to crack it. Just try to make it as difficult as you can.
Regards,
Isseyp
Forum posts: 13
I am new to all this Symbian Stuff.
I am trying to get the IMEI of a device. Can you share your experience on how to get it from the phone, i mean using software, i.e the code that i write should give me back the IMEI # and i need to save it in a file in an encryted form.
Can you please help me on this.
Thanks Much...
Sid
Forum posts: 732
Check this out: How to get the IMEI code of a 6600 device?
Check the cipher example comes with the sdk.
I guess this is not the right place to post this kinda queries. There is seperate section for that on this forum.