Skip to content

shrimpboyho/chew

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chew - Some ninja stuff...

chew aims to be a command line utility that one can use to share files in an encyrpted, extremely secret manner. chew splits a file into several pieces and encrypts it. It can also assemble the file back together.

##How to Use

To split a file invoke chew with the filename, followed by the number of chunks you want to file split into, followed by an encyption key you want. Each chunk will have a .bit extension, and will have a randomly generated file name.

# WARNING: ONLY SPLIT INTO A MAX OF 10 TO AVOID FILE DETERIORATION
$ chew file.avi 7 82ha23fj

To assemble a file, cd into a directory with bit files, and invoke the following command with the encryption key.

$ chew 82ha23fj

##What it Can Do Currently, chew can only split files. There is no encryption feature yet, and the splitting in itself is a bit buggy.

About

Some ninja stuff...

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors