Copy link to clipboard
Copied
What you used to encrypt your data was too simple, that's all. There are plenty of ways you could use that would not be easily broken. You might use an encrypted ByteArray... Anyway, if you want to use the SQL version I'd start here:
http://help.adobe.com/en_US/as3/dev/WS8AFC5E35-DC79-4082-9AD4-DE1A2B41DAAF.html
Copy link to clipboard
Copied
AIR is not for browser at all, it's for desktop/mobile only. Database would work... but using a sharedObject would probably work fine too and you could encrypt/hide the data at your leisure.
Copy link to clipboard
Copied
We can choose where are stored data with SQLite ? and if yes so what is the best way to encrypt data ? ( just encrypted data that is stored decked me too simple to decipher , can we encrypted all the database file simply ? )
thanks
Copy link to clipboard
Copied
What you used to encrypt your data was too simple, that's all. There are plenty of ways you could use that would not be easily broken. You might use an encrypted ByteArray... Anyway, if you want to use the SQL version I'd start here:
http://help.adobe.com/en_US/as3/dev/WS8AFC5E35-DC79-4082-9AD4-DE1A2B41DAAF.html
Copy link to clipboard
Copied
thanks, it's close