mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-01-20 01:22:52 +08:00
24 lines
816 B
Markdown
24 lines
816 B
Markdown
|
<a style="float:right;font-size:12px;" href="http://github.com/danielsogl/awesome-cordova-plugins/edit/master/src/@awesome-cordova-plugins/plugins/aes-256/index.ts#L1">
|
||
|
Improve this doc
|
||
|
</a>
|
||
|
|
||
|
# AES256
|
||
|
|
||
|
```
|
||
|
$ ionic cordova plugin add cordova-plugin-aes256-encryption
|
||
|
$ npm install @ionic-native/plugins/aes-256
|
||
|
```
|
||
|
|
||
|
## [Usage Documentation](https://ionicframework.com/docs/native/aes-256/)
|
||
|
|
||
|
Plugin Repo: [https://github.com/Ideas2IT/cordova-aes256](https://github.com/Ideas2IT/cordova-aes256)
|
||
|
|
||
|
This cordova ionic plugin allows you to perform AES 256 encryption and decryption on the plain text.
|
||
|
It's a cross-platform plugin which supports both Android and iOS.
|
||
|
The encryption and decryption are performed on the device native layer so that the performance is much faster.
|
||
|
|
||
|
## Supported platforms
|
||
|
|
||
|
- Android
|
||
|
- iOS
|