Data-to-visuals encryption codec
Open a terminal inside the repository folder and run:
pip install -e .It will install the vcc (visual-codec-compiler) command line utility.
In order to serialize a .zip file into a video run:
vcc -f /path/to/zipfile.zip -o /output/folder/path -r "352x240"To deserialize an .mp4 file into data, use the generated .key and .json metadata files as such:
vcc -v /path/to/video.mp4 -k /path/to/keyfile.key -m /path/to/metadata.json -o /output/folder/path