The EncryptedLocalStore (ELS) is a decent place to persist user specific settings like for instance a username and a password. As the name already says the ELS content is stored encrypted using the Keychain of OS X and DPAPI on Windows with AES-CBC 128-bit encryption.
The code to store a File variable in ELS using a getter [...]


Recent Comments