Dec 2
OpenSecure V1.2
icon1 William | icon2 Coding, Devlog | icon4 12 2nd, 2008| icon3No Comments »

Ok here’s a little update to the opensecure package:

  • Correspondance tables. - A pre-shared table of seeds that is used for consecutive messages, after encrypting/decrypting a message the key is removed from the list.
  • Ability to save output to a new file instead of overwriting the old one.

Get it here: OpenSecure_v1.2.tar.gz

Dec 1
OpenSecure v1.1
icon1 William | icon2 Coding, Devlog | icon4 12 1st, 2008| icon3No Comments »

I’ve been working on another update to the encryption tool. Changes in the new version:

  • Changed lookup tables to a key encryption system, seems far more secure and also faster to use.
  • Added a new file seed option. Should be more secure than using normal seeds. see the README.txt for more info
  • Improved performance of a few bits of code.

Here is the source: OpenSecure_v1.1.tar.gz