-
Please, add a -M or --md5 or --md5sum option. When encrypt, with this option ccrypt print the md5sum of the encrypted file. This md5 is calculated on the fly while the file is encrypted. If ccrypt crash, the md5sum is not printed or the value printed is incorrect, and is easily to determine if the encrypted file is corrupt (with the command md5sum in the Linux command line or MD5Summer in...
2008-11-08 02:27:59 UTC in ccrypt
-
Please, add -p or -keep option to keep the original file (the unencrypted file if encrypt or the encrypted file if decrypt).
2008-11-08 02:18:02 UTC in ccrypt
-
Add -t or --test for test the encrypted file. The encryption proccess calculates MD5 or SHA sum of the original file when encrypt (before overwrite each block with the encrypted data), and later internally decrypt it for recalculate and verify the MD5 or SHA sum. With this we ensure that the encrypted file is complete and not corrupted.
2008-10-08 15:19:15 UTC in ccrypt