-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathREADME
More file actions
47 lines (42 loc) · 1.69 KB
/
README
File metadata and controls
47 lines (42 loc) · 1.69 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
/***************************************************************************
* ___ ___
* / \ / \ VESvault
* \__ / \ __/ Encrypt Everything without fear of losing the Key
* \\ // https://vesvault.com https://ves.host
* \\ //
* ___ \\_//
* / \ / \ VESlocker: Hardware-grade PIN Security API
* \__ / \ __/
* \\ // https://veslocker.com
* \\ //
* \\_//
* / \
* \___/
*
*
* (c) 2021 VESvault Corp
* Jim Zubov <jz@vesvault.com>
*
* GNU General Public License v3
* You may opt to use, copy, modify, merge, publish, distribute and/or sell
* copies of the Software, and permit persons to whom the Software is
* furnished to do so, under the terms of the COPYING file.
*
* This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
* KIND, either express or implied.
*
***************************************************************************/
server/: VESlocker Key Server
client/: VESlocker Client Library
- Encrypt data with a split key generated from local and remote components
- The remote key component is produced from a server-side secret and a
client supplied challenge, which is seeded with a user provided PIN
- Each PIN attempt involves a remote key request with a different challenge
- The repeated requests of the remote key for each entry id are exponentially
throttled, providing an effective lifetime limit on the number of attempts
REQUIREMENTS:
- Server:
HTTP server with PHP support
MySQL / MariaDB database
- Client:
Javascript