PureOne's picture
HVCE v4.0.0 OmniCrown — very early public research prototype
0081600 verified
|
Raw
History Blame Contribute Delete
530 Bytes
# 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
```