cordova-plugin-aes256-encryption
Version:
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 perfo
37 lines (36 loc) • 1.04 kB
JSON
{
"name": "cordova-plugin-aes256-encryption",
"version": "2.0.1",
"description": "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.",
"cordova": {
"id": "cordova-plugin-aes256-encryption",
"platforms": [
"android",
"ios"
]
},
"repository": {
"type": "git",
"url": "https://github.com/Ideas2IT/cordova-aes256.git"
},
"keywords": [
"ecosystem:cordova",
"cordova-android",
"cordova-ios",
"aes256",
"AES256",
"encryption",
"decryption",
"encryption",
"cordova-aes256"
],
"dependencies": {
"cordova-plugin-add-swift-support": "^2.0.2"
},
"author": "Ideas2it",
"license": "MIT",
"bugs": {
"url": "https://github.com/Ideas2IT/cordova-aes256/issues"
},
"homepage": "https://github.com/Ideas2IT/cordova-aes256"
}