@mahdi.golzar/encripttool
Version:
EncryptionTool is a simple utility for encrypting and decrypting data using symmetric encryption algorithms. It provides an easy interface to securely encrypt sensitive data and later decrypt it.
16 lines (15 loc) • 478 B
JSON
{
"name": "@mahdi.golzar/encripttool",
"version": "1.0.0",
"description": "EncryptionTool is a simple utility for encrypting and decrypting data using symmetric encryption algorithms. It provides an easy interface to securely encrypt sensitive data and later decrypt it.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"encript",
"decript"
],
"author": "mahdi.golzar",
"license": "ISC"
}