[Release]FileEncryptor

06/27/2012 16:36 funhacker#1
How To:

Encrypt a File
  • Drag Config file(s) onto the FileEncryptorC.exe
  • File will then output into the directory setup in the config file

Setting up an Encryption Process

MainConfig File

Used to define the start index, encryption, input file, output file values.

Must contain the following:
  • Heading "[Main]"
  • Field and Value for "StartIndex". This field is used to define where the encryption starts from, to encrypt the entire file just put in 0, otherwise specify what byte it will start from.
  • Field and Value for "EncryptionArray". This field is used to define the encryption used for the file, when encrypting the file this encryption will be XORed continuously looping through the array.
  • Field and Value for "FileToEncrypt". This field is used to define what file the input data will come from, this is the un-encrypted version.
  • Field and Value for "OutputFileName". This field is used to define what file the output data will go to, this is the encrypted version and must differ from the input, or any open file.

That's about it for now

Currently available encryptions are:
06/30/2012 08:32 funhacker#2
Update:

Increased speeds, old FileEncryptorC.exe would take most likely approximately 30-60minutes to encrypt a 3MB LevelExp.dat (100,000 entries) now it takes about 1.2seconds :D