she_decrypt
Version:
Pure JavaScript implementation for deciphering SHE arguments (M1, M2, etc)
36 lines (35 loc) • 1.23 kB
JSON
{
"dependencies": {
"aes-js": "^3.1.2",
"jest": "^29.7.0",
"miyaguchipreneel": "^1.1.4",
"posix-getopt": "^1.2.1",
"printf": "^0.6.1",
"she_encrypt": "^2.2.1",
"node-aes-cmac": "^0.1.1"
},
"name": "she_decrypt",
"description": "Pure JavaScript implementation for deciphering SHE arguments (M1, M2, etc)",
"version": "1.2.5",
"main": "SHE_decrypt.js",
"scripts": {
"debug": "set DEBUG='express:*,macextractor-sqlite-sync:*,keyupdateddtscript:*,she_decrypt:*,she_encrypt:*,miyaguchipreneel:*,mac_encrypt:*' && node --trace-warnings --inspect-brk --trace-uncaught ./bin/she_decrypt -cf -m 0000000000000000000000000000001108df97f33bef7439a225f22fe609b744fefeea07f0c2a97d11ee201e0b403f928448beac3b012ed5e5738ab17fffe15c -K 0153F7000099ED9F320451AA8A7D9707",
"test": "jest --colors --json > results.json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rcoscali/SHE_decrypt.git"
},
"keywords": [
"SHE",
"decryption",
"crypto",
"AUTOSAR"
],
"author": "Rémi COHEN SCALI",
"license": "ISC",
"bugs": {
"url": "https://github.com/rcoscali/SHE_decrypt/issues"
},
"homepage": "https://github.com/rcoscali/SHE_decrypt#readme"
}