| # 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 | |
| ``` | |