Settings before decryption

The settings before decryption are as follows:

Set the key to decrypt (see Set the key to encrypt)

Obviously, the decryption key must be the same used to encrypt.

Decryption details are enabled by default

If enabled, full decryption information is displayed.

  • disableDecryptionDetails();
  • enableDecryptionDetails();

Enable to save the decrypted file in the original directory

To save the decrypted file in the original directory (disabled by default), overwriting the original file if it already exists:

  • enableSaveDecryptedFileToOriginDirectory();
  • disableSaveDecryptedFileToOriginDirectory(); // default

All origin file information is stored in the encrypted file, so no other settings are necessary.

Scroll to Top