Non deterministic encryption VFS #382
alvarolm
started this conversation in
Show and tell
Replies: 2 comments
-
|
Cool. 😎 Nothing immediately jumps out. I hope you had fun building it! https://utelle.github.io/SQLite3MultipleCiphers/ is the impl I know that does this as a VFS. It sounded complicated, so I decided to go with something radically different, easier (for me) to reason about. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
its "easier" thanks all your work, mostly was ai assisted, just added a note stating this and a link to mc |
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Since I could not find any, decided to make an implementation using chacha20 poly1305
https://github.com/alvarolm/go-sqlite3-xchacha
had to accommodate 20 bytes per page (nonce+mac), in the db file used reserved bytes, and in the aux files offset translation
its not pretty but it works
any feedback is appreciated
Beta Was this translation helpful? Give feedback.
All reactions