logo
Navigation
Front / News

Finished:
- Z Document Language
- The Azure Web CMS
- ImagePat pattern generator

In the pipeline:
- Cryptex

Other departure sites
Cryptex is a polymorphic, rotating-grid encryption and decryption library with the ability of writing random data inside the file to confuse cracking applications that bit more.

The grid rotation depends on the ASCII value of the current character of the passphrase, which also decides an up to ±12 letter drift from the base letter (from -6 to +6), so the passphrase church would produce:

SUB ADD SUB ADD SUB ADD
-6, -5, +2, +4, -6, -5

This would put any character through a lot of treatment, and even though the calculations look slightly hefty, they're very useful.

Library will be released under BSD/LGPL (yet to be decided)