UNPKG

vignere-babbage-cipher

Version:

Encrypt/decrypt by using the Vignere–Babbage cipher

49 lines 1.03 kB
{ "scripts": { "test": "node test/index.js" }, "name": "vignere-babbage-cipher", "description": "Encrypt/decrypt by using the Vignere–Babbage cipher", "keywords": [ "vignere", "babbage", "cipher", "encrypt", "decrypt", "by", "using", "the" ], "license": "MIT", "version": "1.1.4", "main": "lib/index.js", "author": "Ionică Bizău <bizauionica@gmail.com> (https://ionicabizau.net)", "homepage": "https://github.com/IonicaBizau/vignere-babbage-cipher#readme", "files": [ "bin/", "app/", "lib/", "dist/", "src/", "scripts/", "resources/", "menu/", "cli.js", "index.js", "index.d.ts", "package-lock.json", "bloggify.js", "bloggify.json", "bloggify/" ], "repository": { "type": "git", "url": "git+ssh://git@github.com/IonicaBizau/vignere-babbage-cipher.git" }, "bugs": { "url": "https://github.com/IonicaBizau/vignere-babbage-cipher/issues" }, "devDependencies": { "tester": "^1.4.4" } }