she_encrypt
Version:
Cryptographic function for ciphering SHE commands args (M1-M3/M4-M5)
31 lines (30 loc) • 649 B
JSON
{
"name": "she_encrypt",
"version": "2.2.1",
"description": "Cryptographic function for ciphering SHE commands args (M1-M3/M4-M5)",
"main": "SHE_encrypt.js",
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "https://gitlabee.dt.renault.com/remi.cohen-scali/she_encrypt.git"
},
"keywords": [
"SHE",
"MAC",
"AUTOSAR",
"AES",
"CMAC"
],
"author": "Rémi COHEN SCALI",
"license": "ISC",
"dependencies": {
"aes-js": "^3.1.2",
"jest": "^29.7.0",
"miyaguchipreneel": "^1.1.4",
"node-aes-cmac": "^0.1.1",
"posix-getopt": "^1.2.1",
"printf": "^0.6.1"
}
}