Nov 28
OpenSecure
icon1 William | icon2 Coding | icon4 11 28th, 2008| icon3No Comments »

Ok its been a long time since I’ve made a post here, but here goes.

I’ve been working on a little encryption program for the last day or so which I’m calling OpenSecure, sounds kinda strange but I don’t really mind. :D

It is written in C (my new favourite language) and currently supports multiple seeds (random number generation), using a little random number gen I wrote. Also in there is look-up tables, a=b; c=f; etc.

It was originally going to be just for personal use but I’ve decided to release it on here open source so you can use it as well if you want to.

Included in this tar.gz is the source code, (Which should compile fine in windows, (Let me know if it doesn’t :D)) and linux executable.

2/12/2008: New version! Go here to read about the changes: OpenSecure-v1.2

1.2: OpenSecure_v1.2.tar.gz -  2/12/2008

1.1: OpenSecure_v1.1.tar.gz -  1/12/2008

1.0: OpenSecure_v1.0.tar.gz -  28/11/2008

The source code is released under GPL.