Bifroest | Mr. Tines | CTC Home | CTClib | MacCTC | CTCjava | Manual |
Mr. Tines writes: At the moment I is working on an all Java1.1 version/Swing 1.1 (codenamed Angerona) of the same functionality - since any non-Mac user of a prepared application will be needing to use Java, shedding the JNI part will be more convenient for everyone - indeed, since the interim Swing-ized version of the GUI of CTCjava I built ran into some JNI callback problems, I think it a necessity to remove the native code.
The Angerona source archive is meant mainly for the curious developer - there is a GUI framework, and a start of the OpenPGP code so far, but nothing functional (let alone rigorously tested) as yet - but it can now parse the packets from a key-ring, andr display their key-ID values and fingerprints.
I'm having a bit of a binge on other algorithms at the moment. Currently the following algorithms are believed working, passing standard test vectors as appropriate: Blowfish, DES, TripleDES, CAST5, IDEA, Square, 3-Way, MD5, SHA-1 and SHA-0, SAFER and TEA.
This uses Java to provide the GUI layer (as a jar file), and calls through the Java Native Interface to the the cryptographic code written in 'C'. This is offered as a 32-bit Windows application extension file(.dll). The release components and signatures are available for download.
Installation and simple users guide
For the latest on CTCjava see Mr. Tines' home page |