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