UNPKG

cipher

Version:

Simple ciphering function derived from Google's crypto.js AES encryption function.

28 lines (27 loc) 600 B
{ "name": "cipher", "version": "0.0.0", "description": "Simple ciphering function derived from Google's crypto.js AES encryption function.", "main": "cipher.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "https://github.com/RP-3/cipher.git" }, "keywords": [ "cipher", "hash", "encryption", "simple", "security", "AES" ], "author": "RP-3", "license": "MIT", "bugs": { "url": "https://github.com/RP-3/cipher/issues" }, "homepage": "https://github.com/RP-3/cipher" }