@zarko wrote:
Wanted to let you know of this relatively new Cordova plugin provided by Intel for using native security properties and capabilities and at the same time ask if anyone can say couple of words on experience from using it, pros, cons, trust etc.
The AppSecurityApi plugin enables the use of security properties and capabilities on the platform, using a new set of API defined for application developers. You are not required to be a security expert to make good use of the API and plugin. Key elements, such as encryption of data and establishments of capabilities, is abstracted and done by the plugin, for you. For example
- Use the plugin to store (E.g. cache) data locally, using the device non-volatile storage. Data protection/encryption will be done for you by the plugin
- Establish a connection with remote server (E.g. XHR) using a protected channel. SSL/TLS establishment and usage will be done for you by the plugin
Posts: 1
Participants: 1