simple-ciphers
Version:
A few simple ciphers to encrypt some text
23 lines (22 loc) • 467 B
JSON
{
"name": "simple-ciphers",
"version": "1.0.1",
"description": "A few simple ciphers to encrypt some text",
"main": "simple-ciphers.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/VadoSVad/simple-ciphers.git"
},
"keywords": [
"cipher",
"caesar",
"morse",
"binary",
"encrypting"
],
"author": "VadoSVad",
"license": "MIT"
}