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:







