PureOne's picture
HVCE v4.0.0 OmniCrown — very early public research prototype
0081600 verified
|
Raw
History Blame Contribute Delete
530 Bytes

Quickstart

python hvce.py test

Compress:

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

Extract:

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

Encrypted archive:

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:

python hvce.py repair damaged.hvce repaired.hvce

GUI:

python hvce_gui.py