cryptia
Version:
Cryptia is a simple JavaScript library for encrypting and decrypting text using a basic substitution cipher. It provides an easy-to-use interface for securing text data in client-side applications..
66 lines (65 loc) • 1.47 kB
JSON
{
"name": "cryptia",
"version": "1.1.0",
"description": "Cryptia is a simple JavaScript library for encrypting and decrypting text using a basic substitution cipher. It provides an easy-to-use interface for securing text data in client-side applications..",
"main": "cryptia.js",
"directories": {
"lib": "lib"
},
"bin": {
"cryptia": "./cli.js"
},
"scripts": {
"test": "node lib/test.js",
"dev": "node core/build.js",
"cli": "node cli.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/chukwunonsoprosper/cryptia.git"
},
"files": [
"asset/",
"cipher/",
"core/",
"lib/",
"src/",
"cli.js",
"CONTRIBUTING.md",
"cryptia.js",
"LICENSE",
"package.json",
"readme.md"
],
"keywords": [
"cryptiaJS",
"encryption",
"decryption",
"substitution-cipher",
"cipher",
"secure",
"text-encryption",
"text-decryption",
"cipher",
"open-source",
"cryptography",
"secure-text",
"data-encryption",
"data-security",
"javascript-encryption",
"string-encryption",
"string-decryption",
"secure-data",
"npm-package"
],
"author": "Chukwunonso prosper",
"license": "ISC",
"bugs": {
"url": "https://github.com/chukwunonsoprosper/cryptia/issues"
},
"homepage": "https://github.com/chukwunonsoprosper/cryptia#readme",
"type": "module",
"dependencies": {
"commander": "^10.0.1"
}
}