UNPKG

1.44 kBMarkdownView Raw
1<a style="float:right;font-size:12px;" href="http://github.com/ionic-team/ionic-native/edit/master/src/@ionic-native/plugins/intel-security/index.ts#L28">
2 Improve this doc
3</a>
4
5# Intel Security
6
7```
8$ ionic cordova plugin add com-intel-security-cordova-plugin
9$ npm install @ionic-native/intel-security
10```
11
12## [Usage Documentation](https://ionicframework.com/docs/native/intel-security/)
13
14Plugin Repo: [https://github.com/AppSecurityApi/com-intel-security-cordova-plugin](https://github.com/AppSecurityApi/com-intel-security-cordova-plugin)
15
16The App Security API 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. Key elements, such as encryption of data and establishments of capabilities, is abstracted and done by the API implementation, for you.
17
18For example:
19- Use the API to store (E.g. cache) data locally, using the device non-volatile storage. Data protection/encryption will be done for you by the API implementation
20- 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 API implementation
21
22For more information please visit the [API documentation](https://software.intel.com/en-us/app-security-api/api).
23
24## Supported platforms
25
26- Android
27 - iOS
28 - Windows
29 - Windows Phone 8
30
31
32