Skip to content

piyush-kansal/sys-crypt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sys-crypt

  • Implemented new System Call in Linux 3.2 to perform encrypted file I/O

  • This system consists of a user level program and a new system call. User level program provides an unencrypted data buffer as an input to the system call which writes it in a file in an encrypted format. Similarly, user level program can read from the encrypted file and display it to user in unencrypted format

  • Used C, Linux Kernel Module programming and CryptoAPI

About

A new System Call in Linux 3.2 to perform encrypted file I/O

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published