{
  "name": "f4st_crypt",
  "githubOwner": "f4sthosting",
  "version": "1.0.7",
  "description": "A NodeJS text and files encryptor/decryptor.",
  "homepage": "https://github.com/F4stHosting/F4st_Crypt/",
  "repository": {
    "type": "git",
    "url": "https://github.com/F4stHosting/F4st_Crypt.git"
  },
  "keywords": [
        "npm",
        "blowfish",
        "encrypt",
        "decrypt",
        "encryption",
        "file",
        "decryption",
        "js",
        "crypto",
        "stream",
        "jscrypt",
        "aes",
        "128",
        "192",
        "256",
        "des",
        "camellia",
        "cbc",
        "cfb",
        "ctr",
        "ecb",
        "ofb",
        "xts",
        "hmac",
        "sha256",
        "sha1",
        "cast",
        "ecb",
        "ede",
        "rc2",
        "rc4",
        "seed",
        "md5",
        "hash",
        "security",
        "secure",
        "fast",
        "files",
        "bcrypt",
        "password",
        "auth",
        "authentication",
        "encryption",
        "crypt",
        "crypto",
		"security",
		"database",
		"level",
		"information",
		"databases",
		"dbs"
  ],
  "author": "Baiano - F4st Hosting",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/F4stHosting/F4st_Crypt/issues"
  },
  "scripts": {
    "test": "node test.js"
  },
  "main": "index.js",
  "dependencies": {
    "crypto": "^1.0.1"
  }
}