|
From: <pe...@us...> - 2003-12-19 00:31:18
|
Update of /cvsroot/neuclear/neuclear-commons/src/java/org/neuclear/commons/crypto/applets In directory sc8-pr-cvs1:/tmp/cvs-serv18953/src/java/org/neuclear/commons/crypto/applets Modified Files: KeyGenerationTask.java KeyGeneratorApplet.java Log Message: Lots of usability changes through out all the passphrase agents and end user tools. Index: KeyGenerationTask.java =================================================================== RCS file: /cvsroot/neuclear/neuclear-commons/src/java/org/neuclear/commons/crypto/applets/KeyGenerationTask.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** KeyGenerationTask.java 21 Nov 2003 04:43:40 -0000 1.2 --- KeyGenerationTask.java 19 Dec 2003 00:31:15 -0000 1.3 *************** *** 11,14 **** --- 11,17 ---- * $Id$ * $Log$ + * Revision 1.3 2003/12/19 00:31:15 pelle + * Lots of usability changes through out all the passphrase agents and end user tools. + * * Revision 1.2 2003/11/21 04:43:40 pelle * EncryptedFileStore now works. It uses the PBECipher with DES3 afair. *************** *** 18,22 **** * * Revision 1.1 2003/11/19 14:37:37 pelle ! * CommandLineAgent now masks the passphrase input using the JLine library which is now a dependency. * And the beginnings of a KeyGeneratorApplet * --- 21,25 ---- * * Revision 1.1 2003/11/19 14:37:37 pelle ! * ConsoleAgent now masks the passphrase input using the JLine library which is now a dependency. * And the beginnings of a KeyGeneratorApplet * Index: KeyGeneratorApplet.java =================================================================== RCS file: /cvsroot/neuclear/neuclear-commons/src/java/org/neuclear/commons/crypto/applets/KeyGeneratorApplet.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** KeyGeneratorApplet.java 21 Nov 2003 04:43:40 -0000 1.2 --- KeyGeneratorApplet.java 19 Dec 2003 00:31:15 -0000 1.3 *************** *** 20,23 **** --- 20,26 ---- * $Id$ * $Log$ + * Revision 1.3 2003/12/19 00:31:15 pelle + * Lots of usability changes through out all the passphrase agents and end user tools. + * * Revision 1.2 2003/11/21 04:43:40 pelle * EncryptedFileStore now works. It uses the PBECipher with DES3 afair. *************** *** 27,31 **** * * Revision 1.1 2003/11/19 14:37:37 pelle ! * CommandLineAgent now masks the passphrase input using the JLine library which is now a dependency. * And the beginnings of a KeyGeneratorApplet * --- 30,34 ---- * * Revision 1.1 2003/11/19 14:37:37 pelle ! * ConsoleAgent now masks the passphrase input using the JLine library which is now a dependency. * And the beginnings of a KeyGeneratorApplet * |