curvedsalsa

log

age author description
Wed, 16 Nov 2011 15:58:27 +0100 "Konrad Miller added header to program_options.cpp, added .hgignoredefault tip
Sun, 26 Jul 2009 16:21:02 +0000 Konrad Miller comment
Thu, 09 Apr 2009 12:22:12 +0200 dfi curvedsalsa should work with freebsd now - cant really test it, don't have the library installed to link against boost ;-)
Sun, 15 Feb 2009 16:50:39 +0100 Konrad Miller fixed gui (wrong password)
Sat, 14 Feb 2009 22:53:34 +0100 Konrad Miller tried to fix "wrong password" in gui - but the exeption is not caught correctly across thread boundaries
Sat, 14 Feb 2009 17:22:18 +0100 Konrad Miller removed crypto++ dependency
Sat, 14 Feb 2009 14:35:24 +0100 Konrad Miller forgot to add files ;-)
Sat, 14 Feb 2009 14:34:45 +0100 Konrad Miller replaced cryptopp::sha256 with cubehash and cryptopp::base64 with own versions
Tue, 20 Jan 2009 08:31:52 +0100 Konrad Miller removed cryptopp dir from source tree - linking against libcryptopp.a instead
Tue, 13 Jan 2009 21:30:53 +0100 Konrad Miller progressbar wasnt always at 100% at end
Tue, 13 Jan 2009 21:21:50 +0100 Konrad Miller really fixed progressbar on small files
Tue, 13 Jan 2009 21:09:50 +0100 Konrad Miller progressbar fix for files smaller 8k
Tue, 13 Jan 2009 20:52:20 +0100 Konrad Miller fixed progress bug with files smaller than 8k
Tue, 13 Jan 2009 20:46:06 +0100 Konrad Miller removed resize constraings
Tue, 13 Jan 2009 20:41:12 +0100 Konrad Miller gui
Tue, 13 Jan 2009 18:03:08 +0100 Konrad Miller no progressbar if writing to stdout
Tue, 13 Jan 2009 17:59:04 +0100 Konrad Miller progressbar for encryption and decryption
Tue, 13 Jan 2009 15:23:24 +0100 Konrad Miller plausibility check for password added (encrypted sha256 hash of iv)
Thu, 25 Dec 2008 20:33:18 +0100 Konrad Miller cleanup
Fri, 19 Dec 2008 15:51:06 +0100 Konrad Miller removed a.out
Fri, 19 Dec 2008 15:44:45 +0100 Konrad Miller removed curve25519-donna dir - only using portable-c version
Thu, 18 Dec 2008 10:59:33 +0100 Konrad Miller make build depend on boost but not on boost 1.36 specifically
Mon, 08 Dec 2008 15:27:39 +0100 Konrad Miller stripped down cryptopp dir
Mon, 08 Dec 2008 00:23:21 +0100 Konrad Miller added timo to README
Sun, 07 Dec 2008 23:46:16 +0100 Konrad Miller put curve and libcryptopp into sourcetree
Sun, 07 Dec 2008 23:03:32 +0100 Timo Stripf MSVC initial port
Sat, 06 Dec 2008 10:45:10 +0100 Konrad Miller progressbardialog class-files
Thu, 04 Dec 2008 16:32:20 +0100 Konrad Miller progressbardialog
Thu, 04 Dec 2008 16:15:50 +0100 Konrad Miller gui works now - no progressbar yet though
Wed, 03 Dec 2008 12:44:20 +0100 Konrad Miller curvedsalsa is a library now ;)
Tue, 02 Dec 2008 15:14:40 +0100 Konrad Miller started gui :)
Thu, 27 Nov 2008 18:51:16 +0100 Martin Baeuml * email address in readme
Thu, 27 Nov 2008 16:36:59 +0100 Konrad Miller readme
Thu, 27 Nov 2008 15:21:50 +0100 Martin Baeuml * add boost command line options parsing
Thu, 27 Nov 2008 10:49:19 +0100 Konrad Miller cleanup and some minor bugs fixed (cout -> cerr, asking pw/pubkey when crypting from stdin)
Thu, 27 Nov 2008 01:08:10 +0100 Konrad Miller fclose on stdin as input bug fixed; passphrase input not echoing anymore :)
Thu, 27 Nov 2008 00:49:07 +0100 Konrad Miller added FileNotFoundException
Thu, 27 Nov 2008 00:37:46 +0100 Konrad Miller error if input file doesn not exist
Thu, 27 Nov 2008 00:05:22 +0100 Konrad Miller stdin/stdout support, quiet flag
Wed, 26 Nov 2008 22:46:42 +0100 Konrad Miller Made private key optional on encryption and added the output of public key used for encryption
Wed, 26 Nov 2008 22:23:58 +0100 Konrad Miller typo in help screen (diffie-helmann -> diffie-hellman)
Wed, 26 Nov 2008 21:59:47 +0100 Konrad Miller initial commit