kryptoWorx 1.0 -- produced by Johannes Wallner in 2006 for a lecture at the University of Technology in Vienna this work is licensed under the Creative Commons Attribution-ShareAlike 2.0 Austria License. To view a copy of this license, visit http://creativecommons.org/licenses/by-sa/2.0/at/ or send a letter to Creative Commons, 543 Howard Street, 5th Floor, San Francisco, California, 94105, USA. see http://creativecommons.org/licenses/by-sa/2.0/ for explainations. It was written in Java, so you'll need a valid JRE in order to view it. (just check it in your web browser) -- 1. You can analyze textfiles (they have to be in an ASCII file, .txt for example) in order to gain information on it and to make a key for encryption. 2. It's also possible to encrypt or decrypt text by pasting it into the textfields. your key, which has to be stored in an ASCII file, has to look like this: abcdefghijklmnopqrstuvwxyz,. ;:! just replace the real characters with the ones the program should exchange (so the example above would return the real text) -- future releases: - visualisation of the analysis ( histogram in Java2D, maybe even other visualisations in Java2D and Java3D)