From 5d3068832c6094cf3b3ffce89d2398134e939b1f Mon Sep 17 00:00:00 2001 From: "@syxhe" Date: Tue, 21 Jan 2025 17:01:03 -0600 Subject: Write some sample code to encrypt a file via password --- notes.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'notes.txt') diff --git a/notes.txt b/notes.txt index 0227e6a..fad5a7c 100644 --- a/notes.txt +++ b/notes.txt @@ -38,6 +38,8 @@ libevent might be useful to slam everything together for async IO that I don't n be a lot of work that I might not need to do. I'm going to do threadpooling first and then make a branch that uses libevent to see if there's any appreciable improvement in performance +Look into mmap() + ============== LIST OF POTENTIALLY USEFUL GNU C FUNCTIONS ============== scandir() - Gets a list of files in a directory: https://www.gnu.org/software/libc/manual/html_node/Scanning-Directory-Content.html link() - Hardlinks one file to another location: https://www.gnu.org/software/libc/manual/html_node/Hard-Links.html -- cgit v1.2.3