Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 654 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 654 Bytes

FileSplitter

Utility that splits a file into a manageable chunks

Created By: Tim Flucker

Last Updated : 12/25/2018

Features:

  1. Splits file into specified amount of pieces
  2. Encrypts file piece contents
  3. Saves pieces into specified directory
  4. Reconstructs file from parts
  5. Can save files in zip file
  6. Can save original file in specified directory

Changelog:

12/09/2018 : Initial commit

12/12/2018 : Added functionality to save files as zip entries

12/16/2018 : Recreates source file using split pieces

12/25/2018 : Add sample files, separate zip and non-zip logic, encrypt split file piece, decrypt when reconstructing file