-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
146 lines (146 loc) · 3.87 KB
/
Copy pathpackage.json
File metadata and controls
146 lines (146 loc) · 3.87 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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
{
"name": "secured-storage-web",
"version": "1.1.1",
"description": "A package for securing storage of web applications via encryption for localStorage, sessionStorage, cookies, and IndexedDB. It is customizable and easy to use, similar to default operations.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"web",
"security",
"storage",
"encryption",
"localStorage",
"sessionStorage",
"cookies",
"IndexedDB",
"secure",
"webSecure-storage",
"webSecure",
"webSecureStorage",
"decryption",
"encrypt",
"decrypt",
"encrypt-decrypt",
"encrypt-localStorage",
"encrypt-sessionStorage",
"encrypt-cookies",
"encrypt-IndexedDB",
"decrypt-localStorage",
"decrypt-sessionStorage",
"decrypt-cookies",
"decrypt-IndexedDB",
"encrypt-decrypt-localStorage",
"encrypt-decrypt-sessionStorage",
"encrypt-decrypt-cookies",
"encrypt-decrypt-IndexedDB",
"secure-localStorage",
"secure-sessionStorage",
"secure-cookies",
"secure-IndexedDB",
"secure-storage",
"secure-localStorage-operations",
"secure-sessionStorage-operations",
"secure-cookies-operations",
"secure-IndexedDB-operations",
"secure-storage-operations",
"encryption-decryption-localStorage",
"encryption-decryption-sessionStorage",
"encryption-decryption-cookies",
"encryption-decryption-IndexedDB",
"encryption-decryption-storage",
"encryption-decryption-localStorage-operations",
"encryption-decryption-sessionStorage-operations",
"encryption-decryption",
"webSecure-storage-encryption",
"webSecure-storage-decryption",
"webSecure-storage-encryption-decryption",
"webSecure-storage-secure",
"webSecure-storage-secure-storage",
"webSecure-storage-secure-storage-operations",
"localStorage-encryption",
"localStorage-decryption",
"localStorage-security",
"security",
"web",
"security",
"storage",
"encryption",
"localStorage",
"sessionStorage",
"cookies",
"IndexedDB",
"secure",
"data",
"operations",
"webapp",
"frontend",
"backend",
"browser",
"client",
"server",
"javascript",
"library",
"package",
"utility",
"customizable",
"easy-to-use",
"data-protection",
"privacy",
"data-privacy",
"data-protection",
"data-privacy-protection",
"data-security",
"data-privacy-security",
"data-protection-security",
"data-privacy-protection-security",
"data-security-privacy",
"data-security-protection",
"encrypt localStorage",
"encrypt sessionStorage",
"encrypt cookies",
"encrypt IndexedDB",
"localStorage encryption",
"sessionStorage encryption",
"cookies encryption",
"IndexedDB encryption",
"localStorage security",
"sessionStorage security",
"cookies security",
"IndexedDB security",
"localStorage data protection",
"sessionStorage data protection",
"cookies data protection",
"IndexedDB data protection",
"secure localStorage",
"secure sessionStorage",
"secure cookies",
"secure IndexedDB",
"secure storage",
"webSecure-storage encryption",
"webSecure-storage decryption",
"webSecure-storage encryption-decryption",
"webSecure-storage secure",
"webSecure-storage secure storage",
"webSecure-storage secure storage operations",
"localStorage encryption",
"localStorage security",
"web",
"secured-storage-web",
"secured web",
"secured web"
],
"author": "Abhishek Verma",
"license": "MIT",
"dependencies": {
"crypto-js": "^4.1.1",
"idb": "^8.0.0",
"pako": "^2.0.3"
},
"repository": {
"type": "git",
"url": "https://github.com/abhishekayu/webSecure-storage.git"
},
"homepage": "https://secured-storage-docs.vercel.app/"
}