Encryption API
astanley opened this issue · 1 comments
astanley commented
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
paradisaeidae commented
FYI: http://www.w3.org/community/webcryptoapi/
MarkT