( *< Byte Byte Byte
This includes two small PowerShell scripts that enable the serializing and subsequent deserializing of any file. This allows that file, for example like a .exe or a .zip, to be sent over the internet as regular text and then reassembled at the destination using the other script.
- Choose any file
- Copy the out.ps1 script file to that directory. Change the $InputFile variable to the name of the file.
- Run out.ps1
- Send all of the byte chunks files located in the output folder file anywhere you want and place the file in any directory.
- Either manually type or copy the in.ps1 script to the same location as the file from step #5.
- Open in.ps1 and edit the $OutputFile variable to be the deserialized output file name of your choice.
- Run in.ps1
- The original file that was serialized should now be usable.