Skip to content

Split an arbitrary file into many small pieces. Remember how to put it back together.

Notifications You must be signed in to change notification settings

rmloveland/stix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

stix: simple tool for information exchange.

this script splits a file into equally-sized pieces for transport. It stores information about which pieces go where in a Berkeley DB file. There are three small programs here:


split_file - this breaks the file into chunks and stores their locations in the index
dump_index - dumps the index to STDOUT for debugging
rebuild_from_index - rebuilds the original file using the index and various pieces

About

Split an arbitrary file into many small pieces. Remember how to put it back together.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages