awesome-cordova-plugins/docs/plugins/aes-256/README.md

23 lines
653 B
Markdown
Raw Normal View History

2021-09-29 20:09:02 +08:00
# AES256
```
$ ionic cordova plugin add cordova-plugin-aes256-encryption
2021-09-29 21:19:55 +08:00
$ npm install @awesome-cordova-plugins/aes-256
2021-09-29 20:09:02 +08:00
```
2021-09-29 21:19:55 +08:00
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/aes-256/)
2021-09-29 20:09:02 +08:00
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
2021-09-29 20:38:45 +08:00