I am trying to create a secure database for a mobile app using the as3corelib EncryptionKeyGenerator
package from here https://github.com/mikechambers/as3corelib/blob/master/src/com/adobe/air/crypto/EncryptionKeyGenerator.as
but when I run it I get the following error:
Error: EncryptedLocalStore is not supported on the current platform
at flash.data::EncryptedLocalStore$/setItem()
Googling around I see it is becaue the ELS is not supported for mobiles. Does anyone know of the best solution to this problem? I guess I could use the persistence manager to store the information but I am not sure this is the most secure method.