Skip to content

pt-07/xv6FileEncryption

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

After cloning the repository, you can run the following commands in a linux based OS to get xv6 up and running and check out the encryption and decryption of a file (in this case README)

$ cd xv6-public $ make $ make qemu-nox $ encrypt README #you can check the encrypted README with $ cat README $ decrypt README #then again check the README to view the decrypted version with $ cat README

About

Encrypting files in the xv6 operating system

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published