Game Maker's Garage Forum

Game Creation => C/C++/Objective-C/D/C#/F/R => Topic started by: Circuit on July 16, 2012, 04:53:38 PM

Title: Circuit's Cryptography Program v1.0
Post by: Circuit on July 16, 2012, 04:53:38 PM
I'm not sure this is appropriate to put here, since it has nothing to do with gamemaking, but a couple of you expressed interest in it when I mentioned it in chat, so I guess I'll put it here.

I wrote a very simple cryptography program in C.  It passes over a file 4 times with 4 variants of Vigenere substitution-based encryption routines.  It's nothing compared to PGP, TrueCrypt, or anything along those lines, but it's good enough to protect your data against all but the most determined of "enemies" when used properly.*

This download contains the executable, the C source code, and a test file.  Please have a look and tell me what you think.

*I wouldn't bet too much on it.
Title: Re: Circuit's Cryptography Program v1.0
Post by: GMG Kurt on July 19, 2012, 10:32:49 PM
Ill take a look tommorow

(on ipod)
Title: Re: Circuit's Cryptography Program v1.0
Post by: Circuit on July 24, 2012, 09:58:22 PM
lol.  I see that you guys don't find this very interesting.  That's OK.  It's nothing special, and I don't expect anybody to use it.  I just made it because I was bored.  ;D
Title: Re: Circuit's Cryptography Program v1.0
Post by: Connors on July 28, 2012, 12:00:27 AM
Well the cool thing is now I can officially say I know someone who does things like making cryptography programs when he is bored.