Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 817 Bytes

README.md

File metadata and controls

33 lines (24 loc) · 817 Bytes

Crypt File like a Mr. Robot

codecov

This is a simple cli app allow to combine file and folders with images or audio files

Compile & Install

Before compile this script please install requirements

make dependency
make
make install

Usage

To crypt file use:

filecrypt -i inputfile.mp3 -o outputfile.mp3 -f myecretfile0.doc myseretfolder

To decrypt file use:

filecrypt -i crypted.mp3 -d

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT