On-the-fly encryption

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by Yobot (talk | contribs) at 08:12, 13 September 2014 (WP:CHECKWIKI error fixes using AWB (10458)). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

On-the-fly encryption (OTFE), also known as real-time encryption and transparent encryption, is a method used by some disk encryption software. "On-the-fly" refers to the fact that the files are accessible immediately after the key is provided, and the entire volume is typically mounted as if it were a physical drive, making the files just as accessible as any unencrypted ones.

To be transparent to the end user, on-the-fly encryption usually requires the use of device drivers to enable the encryption process. Although administrator access rights are normally required to install such drivers, encrypted volumes can typically be used by normal users without these rights.[1]

On-the-fly encryption means that data is automatically encrypted or decrypted right before it is loaded or saved, without any user intervention. No data stored on an encrypted volume can be read (decrypted) without using the correct password/keyfile(s) or correct encryption keys. The entire file system within the volume is encrypted (including file names, folder names, file contents, free space, meta data, etc.).

In general, every method in which data is transparently encrypted on write and decrypted on read can be called on-the-fly encryption.

See also

References