Replies: 1 comment
-
Should work fine. Files are split into 4kiB chunks that can be read and written independently. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am going to use gocryptfs to encrypt qemu virtual machines. Is it bad idea?
Possible problem: the virtual disk is basically one very large file (5-200GB) accessed randomly. How gocryptfs works with random reads/writes in the middle of an encrypted file? (I hope it does not need to read the whole file, update content and then write everything back?)
Beta Was this translation helpful? Give feedback.
All reactions