File size: 530 Bytes
0081600
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
# Quickstart

```bash
python hvce.py test
```

Compress:

```bash
python hvce.py compress input_folder output.hvce --profile balanced
```

Extract:

```bash
python hvce.py extract output.hvce restored --overwrite
```

Encrypted archive:

```bash
python hvce.py compress input_folder output.secure.hvce --ask-password --recovery-percent 10
python hvce.py extract output.secure.hvce restored --ask-password --overwrite
```

Repair:

```bash
python hvce.py repair damaged.hvce repaired.hvce
```

GUI:

```bash
python hvce_gui.py
```