Skip to content

Splits files into ~5mb chunks, encodes them to png images and uploads them to various hosting websites where they can be downloaded the file can be reassembled at a later date

Notifications You must be signed in to change notification settings

wpatton97/cloud_storage_test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Steps:

  1. Compress the data you're going to upload.
  2. Use the reed solomon error correction algorithm on the whole amount of compressed data, using highest level of correction
  3. split data into about 4mb chunks
  4. grab md5sum of chunk, place md5 at beginning of data followed by 4 characters of hexadecimal for an id field, and turn the data into an image.

About

Splits files into ~5mb chunks, encodes them to png images and uploads them to various hosting websites where they can be downloaded the file can be reassembled at a later date

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages