语言

Menu
Sites
Language
Tizen Store DRM protection

What DRM protection TizenStore provides? 

Can somebody read code (and discover my algorithms) of my application, if he downloads it from TizenStore?

编辑者为: Brock Boland 17 3月, 2014 原因: Paragraph tags added automatically from tizen_format_fix module.

响应

1 回复
Alexander AVSukhov

Hello,

About protection of wgt file is not wrt role. wgt file will be protected by DRM. 
To see decrypted source by debugger can be possible only By IDE. And IDE only can access own web app. So developer can't access other's web app by IDE.

Also, the encryption is performed when the application is "installed", but not when it is packaged. The purpose of this encryption is to prevent the apps getting copied illegally from one device to another.

When encryption option is enabled in tizen setting of config.xml, all the resources of the web application stored by the device are encrypted.  

When the web application is launched, the WRT decrypts all of its resources 
Each web application has its own private storage space that is not accessible to any other apps.