Portable Qccrypt Changelog

What's new in Portable Qccrypt 0.8.1

Feb 8, 2021
  • No need to enter the password twice when the "Show password" checkbox is checked.
  • When you move your mouse over the path of the file/folder to encrypt/decrypt, a popup displays the full path (indeed, the field is sometimes too short to display the entire path).
  • Code optimizations.

New in Portable Qccrypt 0.8.0 (Feb 7, 2021)

  • No need to enter the password twice when the "Show password" checkbox is checked.
  • When you move your mouse over the path of the file/folder to encrypt/decrypt, a popup displays the full path (indeed, the field is sometimes too short to display the entire path).
  • Code optimizations.

New in Portable Qccrypt 0.8.0 (Jan 25, 2017)

  • Fixed the last log entry of a file encryption/decryption process: the text begins now with "End of task:..." rather than "Start of task:...".
  • Fixed the behavior of encryption/decryption buttons.
  • Improved the dialog that prompts for a password or a key file:
  • New "Show password" checkbox that allows you show/hide the password you entered.
  • New "Remember password for this session" checkbox that allows you to re-use the password you entered, until the application is closed.
  • New "Remember key file for this session" checkbox that allows you to re-use the key file you chose, until the application is closed.
  • The configuration of checkboxes in this dialog is saved using the QSettings Qt5 class.

New in Portable Qccrypt 0.7.0 (Jan 25, 2017)

  • Changed the dialog for entering password: you now have the choice between entering a password manually (like before) or selecting a key file (requested by a Qccrypt user).
  • Improved the "About" dialog: added information about the ccrypt version found (I run ccrypt with the -V argument and I display the StdOut).
  • The configuration (checkboxes) is now saved using the QSettings Qt5 class.
  • Fixed a bug: the decryption of a file was not working when the "Keep existing file (less secure)" checkbox was checked.

New in Portable Qccrypt 0.6.0 (Jan 25, 2017)

  • Added a check box to enable/diasable a "Stay On Top" feature (enabled by default). This can be useful when using the drag & drop functionality.
  • Improved the decryption process: if the decryption process returns an error due to a bad password, Qccrypt asks for re-entering the password.
  • Added a small report at the end of encryption/decryption process to inform about what worked, what failed and what was ignored.
  • Improved the "About" dialog:
  • Added information about the Qt version used to compile Qccrypt.
  • Added information about the current Qt version used to run Qccrypt.
  • Added a link to the official Qccrypt web site
  • Added a new contributor (Asen Anastassov)
  • Added the Qccrypt's icon

New in Portable Qccrypt 0.5.0 (Jan 25, 2017)

  • First version compatible with QT5! All future versions of Qccrypt will be only compatible with QT5.