Posted 27 November 2014 - 07:05 AM
Hey, I wanna start off saying that if any of this post doesnt make sense or what not, its because It's because its late at night for me. Anyway I havent made anything for a very long time so I just wanted to refresh my lua skills and make something, Ive make SteamPress.
It's pretty simple it packs folders and sub folders into one file, then it can unpack those files. It can also pack and encrypt.
When it encrypts a file it makes a personal key that is needed to decrypt the file
heres the pastebin link G5t1CK8U
to test my code I packed NovaOS and made a custom installer for it (just for show not for general use)
heres that link T7kB2r52 (very large file)
usage
packing: steampress press [FolderName] [encryption boolean]
unpacking: steampress press [PressedFile] [keyFile]
the only problems I've come to find is that trying to press and encrypt a large folders *cough*NovaOS*cough* freezes the computer but is still terminable
I'll jazz up my post here soon, have fun.
It's pretty simple it packs folders and sub folders into one file, then it can unpack those files. It can also pack and encrypt.
When it encrypts a file it makes a personal key that is needed to decrypt the file
heres the pastebin link G5t1CK8U
to test my code I packed NovaOS and made a custom installer for it (just for show not for general use)
heres that link T7kB2r52 (very large file)
usage
packing: steampress press [FolderName] [encryption boolean]
unpacking: steampress press [PressedFile] [keyFile]
the only problems I've come to find is that trying to press and encrypt a large folders *cough*NovaOS*cough* freezes the computer but is still terminable
I'll jazz up my post here soon, have fun.
Edited on 27 November 2014 - 05:48 PM