rudal-cipher-toolkit
Version:
A package for encrypting and decrypting messages using a Vigenère cipher variant.
31 lines (29 loc) • 730 B
JSON
{
"name": "rudal-cipher-toolkit",
"version": "1.2.0",
"description": "A package for encrypting and decrypting messages using a Vigenère cipher variant.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rudalkunwar/rudal-cipher-toolkit"
},
"keywords": [
"encrypt",
"decrypt",
"cipher",
"vigenere",
"encryption",
"decryption"
],
"author": "Rudal Kunwar",
"license": "ISC",
"bugs": {
"url": "https://github.com/rudalkunwar/rudal-cipher-toolkit/issues"
},
"homepage": "https://github.com/rudalkunwar/rudal-cipher-toolkit#readme",
"dependencies": {
}
}