Anybody is free to include this with their game executable as long as I get at least 1 millisecond in the credits
It will let you encrypt/decrypt files from within your game by executing it with a commandline.
Here are the parameters:
Encrypt:
-e -pass "<password>" [-x "<percent>"] -file "<path1>" -folder "<path2>"
-e : Tells program to encrypt
password : Tells program the password
percent : (optional) percentage of password to use for each encryption. Use numbers which are not factors of 100 for best security.
path1 : File to encrypt
path2 : Folder to save encrypted file
Decrypt:
-d -pass "<password>" [-x "<percent>"] -file "<path1>" -folder "<path2>"
-d : Tells program to decrypt
password : Tells program the password
percent : (optional) percentage of password to use for each decryption.
path1 : File to decrypt
path2 : Folder to save decrypted file
It is very secure, and can be used to encrypt saved game data so that nobody can edit it without messing it up. It is also good, if you want everybody to be able to start playing your game at exactly the same time, you can let them download the executable, and then when it's time, give them the password.
It is a very small download