Postings
Linux Files System Encryption
Encryption of files on a server is often the last gate in keeping unauthorized users from gaining access to sensitive data. File-level encryption is prevalent with tools like PGP. Unfortunately file-level encryption still exposes the OS structure of a server to the hacker. Plus, managing the encryption/decryption of individual files can be expense from a system resource perspective. An alternative would be to encrypt the entire file system and perform the encryption/decryption at the file system level on the fly. (more…)
Filed under: Uncategorized — Tags: disk, encryption, linux, pgp, waas — appgirl @ 8:25 pmComments (0)

