UNPKG

@bpe/one-time-pad

Version:

A more complete One-time pad implementation supporting Strings, Buffers and Files

41 lines (40 loc) 895 B
{ "name": "@bpe/one-time-pad", "version": "1.0.2", "description": "A more complete One-time pad implementation supporting Strings, Buffers and Files", "main": "index.js", "directories": { "example": "example", "test": "tests" }, "scripts": { "test": "node tests/test.js", "example": "npm install --prefix ./example && node example/example.js" }, "repository": { "type": "git", "url": "git+https://github.com/BenEdridge/one-time-pad.git" }, "keywords": [ "one", "time", "pad", "one-time", "OTP", "cipher", "crypto", "cryptography" ], "files": [ "README.md", "index.js", "LICENSE" ], "author": "Ben Edridge", "license": "ISC", "bugs": { "url": "https://github.com/BenEdridge/one-time-pad/issues" }, "homepage": "https://github.com/BenEdridge/one-time-pad#readme", "dependencies": {} }