timebasedcipher
Version:
Time-based key generation and AES encryption/decryption SDK
39 lines (38 loc) • 753 B
JSON
{
"name": "timebasedcipher",
"version": "3.0.0",
"description": "Time-based key generation and AES encryption/decryption SDK",
"main": "dist/index.js",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist",
"README.md"
],
"scripts": {
"build": "tsc",
"prepublishOnly": "npm run build"
},
"keywords": [
"crypto",
"aes",
"encryption",
"sdk",
"time-based",
"cipher",
"security",
"expiry",
"jwt",
"jwt based cipher"
],
"author": "Vipul Naik & Deb Kalyan Mohanty",
"license": "MIT",
"devDependencies": {
"@types/crypto-js": "^4.2.2",
"@types/node": "^24.10.1",
"typescript": "^5.0.0"
},
"dependencies": {
"crypto-js": "^4.2.0"
}
}