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..
58 lines (57 loc) • 1.39 kB
JSON
{
"name": "cryptia",
"version": "1.0.7",
"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"
},
"scripts": {
"test": "node lib/test.js",
"dev": "node core/build.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/chukwunonsoprosper/cryptia.git"
},
"files": [
"asset/",
"cipher/",
"core/",
"lib/",
"src/",
"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"
}