react-native-aes-ecb
Version:
A pure JavaScript implementation of the AES block cipher algorithm with additional features for react-native.
29 lines (28 loc) • 555 B
JSON
{
"author": {
"name": "Syphax"
},
"bundleDependencies": false,
"dependencies": {
"aes-js": "^3.1.2",
"buffer": "^6.0.3"
},
"deprecated": false,
"description": "A pure JavaScript implementation of the AES block cipher algorithm with additional features for react-native.",
"keywords": [
"aes",
"aesjs",
"aes-js",
"aes-ecb",
"encrypt",
"decrypt",
"cipher"
],
"license": "MIT",
"main": "index.js",
"name": "react-native-aes-ecb",
"scripts": {
"test": "npm test"
},
"version": "1.0.0"
}