Skip to content

st1vms/visual-codec

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

visual-codec

Data-to-visuals encryption codec

Installation

Open a terminal inside the repository folder and run:

pip install -e .

It will install the vcc (visual-codec-compiler) command line utility.

Serialization

In order to serialize a .zip file into a video run:

vcc -f /path/to/zipfile.zip -o /output/folder/path -r "352x240"

Deserialization

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

About

Data-to-visuals encryption codec

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages