Design and Implementation of Transparent Encrypted and Decrypted File System Based on UsbKey
LIU Wei-peng,HU Jun,LIU Yi
DOI: https://doi.org/10.3969/j.issn.1002-137X.2008.11.026
2008-01-01
Computer Science
Abstract:Encrypted file system is an effective method to protect sensitive data of system and user from disclosing on operating system level.This paper first investigates several famous encrypted file system and points out their limits,such as use method,key protection,management and performance,then discusses a scheme of transparent encrypted and decrypted file system based on UsbKey from design objective,architecture,and implementation.This scheme is based on Linux operating system,at the same time,uses UsbKey to storage and protect key.Using LSM framework and redirecting the "read" and "write" operation of inode implement transparent encrypted and decrypted function.This paper gives some lights on the research and implementation of transparent encrypted and decrypted file system in Linux.