简体   繁体   中英

How to store secret key securely in tizen tv web app?

I'm using XOR encryption in my Samsung smart TV Web application which is use a static secret key for encryption and decryption.

So, what is the best way to store secret?

There is a Web API which could be used for secure storing application data - tizen.keymanager.saveData . You can use it for storing some string data and protect this with password - it seems to fit your needs.

Additional feature is that you can share access to this value between several applications, by setting permission.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM