12-17-2010 08:54 AM
12-17-2010 02:08 PM - edited 12-17-2010 02:24 PM
Is there any significant security gain when using ControlledAccess object instead of Hashtable with AES-encrypted values, for instance?
Regards.
12-20-2010 04:55 AM
12-20-2010 05:16 AM
Thank you very much, Simon. That's the answer I needed.
Regards.
12-23-2010 04:04 AM
Using BB 8900
I've made a little tool, and I created 1000 x 2 PersistentObjects with a Vector with a byte[] inside of random data (15K length).
The 1000 Vectors (with 15K of random data) were saved in 2 different PersistentObjects (under different key) - the same byte[] data was saved in two places.
After creation, I've checked all 1000 pair of saved data taken from the two different PersistentObjects, by testing the values of the two byte[], byte by byte.
All things were ok (BB 8900 seems to have a lot of memory for storage: it was used ~ 30M of saved data)
So, you seem to create a lot of PersistentObjects (I've created 2000).