Adobe AIR has a quick and safe way to store encrypted user data when building applications. Data such as login and password can be persisted in the application using the EncryptedLocalStore available for AIR applications. To demonstrate this, I wrote a quick demo application that will store username and password after users login. When the [...]
Secure login using the EncryptedLocalStore in Adobe AIR