Provide developers with a private key encryption mechanism that offers encrypt() and decrypt() methods. Should enable secure protection of content stored offline, or transmitted from the device.
Use cases:
- Posting text data to remote server via WebService
- Saving data to LocalStorage
- Saving data to the file system