ccrypt Changelog

What's new in ccrypt 1.10

Oct 25, 2012
  • This release fixes a number of minor portability issues and minor bugs.
  • The ccrypt core functionality has been factored into a convenience library libccrypt.a.
  • A ccguess program was added to assist in the recovery of mistyped keys.
  • Improved error checking and fixed minor compiler warnings.
  • Minor improvements to emacs support, and added a --disable-emacs configuration option.

New in ccrypt 1.9 (Jan 18, 2010)

  • (2009/06/15) PS1 - inlined functions, dropped -O3 compiler flag
  • (2009/06/14) PS1 - portability: fixed syntax in shell scripts
  • (2009/06/12) PS1 - portability: improved setmode() compatibility
  • (2009/06/12) PS1 - portability: work around /tmp bug on EMX-OS/2

New in ccrypt 1.7 (Dec 15, 2008)

  • large file support now works under cygwin due to a newer cygwin version.
  • configure: added --disable-libcrypt option.
  • minor changes to wording of warning messages.
  • as requested by many users, made --timid the default behavior and added new --brave option to turn it off.