Hi everybody,
I recently had this problem with Toucan on Windows XP SP2, only when trying to encrypt a file using Rijndael. The 'Abort' button in the progress form wouldn't respond, and the only way to get rid of it would be killing the ccrypt process through the task manager.
I ran ccrypt from the command line in verbose mode, and got a prompt that said something similar to this:
'The file is write-protected, do you want to process it anyway?[y/n]_'
The underlying problem was a file permissions one, but it seems that Toucan calls ccrypt.exe (shellexecute?), and when ccrypt asks for some user's input apart from the initial command line arguments, Toucan just sits there waiting for the process to return.
I also noticed that the progress form also stalls if you try to encrypt a file with Rijndael without providing a password.
Congratulations for the great application.
seems like a good catch, I'll see what I can do about that. As for the password, it shouldn't let you press OK without inputting a password, I'll look into that as well.
a quick update, this should be fixed in the next pre-release which should be up in the beta testing forum in tge next day or so.
I'm looking forward for the new version.