Content deleted Content added
m →See also: use SVG image for Cryptography portal tag |
ParanoidMike (talk | contribs) Cleaned up some language and clarified some imprecise statements |
||
Line 1:
'''Filesystem-level encryption''', often called file or folder encryption, is a form of [[disk encryption]] where individual files or directories are [[encryption|encrypted]] by the [[file system]] itself
The advantages of filesystem-level encryption include:
* flexible file-based [[key management]] and [[access control]], so that each file can and usually is encrypted with a separate encryption key
* individual file management e.g. incremental backups of just the changed files, rather than backup of the entire volume
* the use of [[public-key cryptography]], and
* the fact that [[key (cryptography)|cryptographic keys]] are only held in memory while the file that is decrypted by them is held open.
==General-purpose file systems with encryption==
Unlike cryptographic file systems
==Cryptographic file systems==
Cryptographic file systems are specialized (not general-purpose) file systems that are specifically designed with encryption and security in mind. They usually encrypt all the data they contain – including metadata. Instead of implementing an on-disk format and their own [[block allocation]], these file systems are often layered on top of existing file systems
==See also==
|