File Protection
| Mon, 2006-11-13 07:22 | |
|
Hi to all!
I want to protect my file(.txt,.inf,etc) from the user. My application is going to run on symbian OS v7.0s S60. Actually, i m going to create the file externally n stored in to inside my application like images n logos. Is there any method to protect my file? Please help me. By, karthikeyan.B |
|






Forum posts: 708
What's enough depends, of course, on how well you want to protect the files and from what kind of users (the average consumer vs. professional user vs. true hackers vs. skilled criminals).
All you can do is to your own encryption/decryption, but if someone really wants to, they can discover the algorithm and keys from your code.
A slightly better level of protection you can get on devices with built-in OMA DRM.
An additional level of protection is provided by Symbian 9 based devices and the Platform Security/datacaging (especially, if you keep the files in phone memory, and not a memory card).
If you combine the last two, you'd be pretty safe for now (at least I haven't heard of anyone breaking OMA DRM v2 or Symbian 9 PlatSec yet).
Forum posts: 50
Thanx for ur kind information.
Sorry for the late reply.
I was little bit busy with my work.
I did some encryption for my file to protect from the user.
I ll try to use OMA DRM.
ya, just few days before , i ve started to port my applicatuion on symbian OS.
Its giving lots of protection for application.
Thanx,
Karthikeyan.b