Key manager is _not_ a storage. You should not store more than sizeof(AES) or 
sizeof(RSA) bytes of data in key manager. If you store more you are doing it 
wrong.

 

If you want to store huge amount of data you should encrypt it with AES key. 
Store AES key in key-manager and encrypted data in your application storage 
folder.

 

 

From: Dev <dev-boun...@lists.tizen.org> On Behalf Of Ugur Basural
Sent: Friday, December 4, 2020 9:40 AM
To: dev@lists.tizen.org
Subject: [Dev] Memory of keymanager object in JS

 

I would like to know how much data can keymanager store inside of itself in 
Tizen TV Apps. I couldn't find it in API docs. Nice regards,

 

_______________________________________________
Dev mailing list
Dev@lists.tizen.org
https://lists.tizen.org/listinfo/dev

Reply via email to