mdsecure
Version:
ModderSecure SDK for secure data and backend encryption and decryption. Provides robust AES-256 GCM encryption, secure key management, and premium features for enhanced API security and data privacy.
58 lines (57 loc) • 1.28 kB
JSON
{
"name": "mdsecure",
"version": "1.0.23",
"description": "ModderSecure SDK for secure data and backend encryption and decryption. Provides robust AES-256 GCM encryption, secure key management, and premium features for enhanced API security and data privacy.",
"main": "src/index.js",
"type": "module",
"bin": {
"mdsecure": "./bin/mdsecure.js"
},
"scripts": {
"test": "node src/test.js"
},
"keywords": [
"security",
"encryption",
"decryption",
"api security",
"data privacy",
"backend security",
"web security",
"moddersecure",
"cryptography",
"aes-256-gcm",
"aes",
"gcm",
"nodejs",
"javascript",
"typescript",
"sdk",
"data encryption",
"secure api",
"api encryption",
"data protection",
"payload encryption",
"server-side encryption",
"client-side encryption",
"sensitive data",
"privacy",
"secure communication",
"anti-scraping",
"anti-tampering",
"auth tag",
"nonce",
"pseudo key",
"key management",
"cybersecurity",
"npm package"
],
"author": "ModderBoy",
"license": "ISC",
"dependencies": {
"inquirer": "^9.0.0",
"@supabase/supabase-js": "^2.30.0",
"ws": "^8.18.3",
"dotenv": "^17.2.1"
}
}