curvedsalsa

log

age author description
12 months ago Konrad Miller commentdefault tip
15 months ago dfi curvedsalsa should work with freebsd now - cant really test it, don't have the library installed to link against boost ;-)
17 months ago Konrad Miller fixed gui (wrong password)
17 months ago Konrad Miller tried to fix "wrong password" in gui - but the exeption is not caught correctly across thread boundaries
17 months ago Konrad Miller removed crypto++ dependency
17 months ago Konrad Miller forgot to add files ;-)
17 months ago Konrad Miller replaced cryptopp::sha256 with cubehash and cryptopp::base64 with own versions
18 months ago Konrad Miller removed cryptopp dir from source tree - linking against libcryptopp.a instead
18 months ago Konrad Miller progressbar wasnt always at 100% at end
18 months ago Konrad Miller really fixed progressbar on small files
18 months ago Konrad Miller progressbar fix for files smaller 8k
18 months ago Konrad Miller fixed progress bug with files smaller than 8k
18 months ago Konrad Miller removed resize constraings
18 months ago Konrad Miller gui
18 months ago Konrad Miller no progressbar if writing to stdout
18 months ago Konrad Miller progressbar for encryption and decryption
18 months ago Konrad Miller plausibility check for password added (encrypted sha256 hash of iv)
19 months ago Konrad Miller cleanup
19 months ago Konrad Miller removed a.out
19 months ago Konrad Miller removed curve25519-donna dir - only using portable-c version
19 months ago Konrad Miller make build depend on boost but not on boost 1.36 specifically
19 months ago Konrad Miller stripped down cryptopp dir
19 months ago Konrad Miller added timo to README
19 months ago Konrad Miller put curve and libcryptopp into sourcetree
19 months ago Timo MSVC initial port
20 months ago Konrad Miller progressbardialog class-files
20 months ago Konrad Miller progressbardialog
20 months ago Konrad Miller gui works now - no progressbar yet though
20 months ago Konrad Miller curvedsalsa is a library now ;)
20 months ago Konrad Miller started gui :)
20 months ago Martin Baeuml * email address in readme
20 months ago Konrad Miller readme
20 months ago Martin Baeuml * add boost command line options parsing
20 months ago Konrad Miller cleanup and some minor bugs fixed (cout -> cerr, asking pw/pubkey when crypting from stdin)
20 months ago Konrad Miller fclose on stdin as input bug fixed; passphrase input not echoing anymore :)
20 months ago Konrad Miller added FileNotFoundException
20 months ago Konrad Miller error if input file doesn not exist
20 months ago Konrad Miller stdin/stdout support, quiet flag
20 months ago Konrad Miller Made private key optional on encryption and added the output of public key used for encryption
20 months ago Konrad Miller typo in help screen (diffie-helmann -> diffie-hellman)
20 months ago Konrad Miller initial commit