This repository was archived by the owner on Jul 25, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
76 lines (76 loc) · 1.39 KB
/
package.json
File metadata and controls
76 lines (76 loc) · 1.39 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"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"
}
}