blackberry/WebWorks

Encryption API

astanley opened this issue · 1 comments

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:

  1. Posting text data to remote server via WebService
  2. Saving data to LocalStorage
  3. Saving data to the file system