blackberry / WebWorks

BlackBerry WebWorks for Smartphones is a platform for building deeply integrated web applications for BlackBerry smartphones
http://developer.blackberry.com/html5
268 stars 51 forks source link

Encryption API #107

Open astanley opened 12 years ago

astanley commented 12 years ago

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
paradisaeidae commented 12 years ago

FYI: http://www.w3.org/community/webcryptoapi/

MarkT