Title:
Bug 79545:The SyncManager client-side class for AIR offline integration needs to provide the ability to encrypt the local database
| View in TrackerStatus/Resolution/Reason: Closed/Fixed/
Reporter/Name(from Bugbase): Darron Schall / Darron Schall (darronschall)
Created: 08/24/2009
Components: Flex/Flash, AIR Integration
Versions: 9.0
Failure Type: Unspecified
Found In Build/Fixed In Build: 0000 / 260003
Priority/Frequency: Major / Unknown
Locale/System: English / Mac 10 All
Vote Count: 4
Problem:
The SyncManager client-side class for AIR offline integration needs to provide the ability to encrypt the local database. I don't want users to be able to see the stored data in the database, nor do I want other applications to be able to access my database file.The "openSession" method should support an encryptionKey parameter so that the database can be created as an encrypted database.current signature: syncManager.openSession( dbFile, id );New signature (possibly new method) should be: syncManager.openEncryptedSession( dbFile, encryptionKey, id );
Method:
Result:
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 3039746
External Customer Info:
External Company:
External Customer Name: Darron Schall
External Customer Email: 65E53F91439B07610AAC0C15
External Test Config: 08/24/2009
Attachments:
Comments: