Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Warning
titleBeware of this pitfall

Data transferred A common misconception is that it is inherently secure to send data from your workstation or device to other systems arrives unencrypted even if your workstation or device is full disk or whole disk encrypted.  It gets decrypted prior to the transfer.  The same is true despite using an encrypted channel to transfer data such as https.  It only keeps the data encrypted in transit.  Data still arrives unencrypted at the other endto another system simply because your system has full disk encryption enabled. In truth, when a file is sent in this scenario the file is unencrypted prior to being sent. This means that the unencrpyted file is being transmitted and arrives unencrpyted at the recipients end. Even in the case that you use an encrypted channel data such as https, this only ensures that the transmission of the file is encrypted. The end result is the same and the file that is received will be the unencrypted version of the file you sent. To ensure that the data you are sending arrives as an encrypted file, you must encrypt that file using file-level encryption prior to sending it.