this post was submitted on 12 Nov 2023
8 points (100.0% liked)
ObsidianMD
4102 readers
1 users here now
Unofficial Lemmy community for https://obsidian.md
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
My only guess is that you could maybe use Termux to set up a gocryptfs mount that Obsidian could use, but I'm not sure if that would work or not.
gocryptfs
encrypts files physically on the drive, but exposes them unencrypted under a transparent logical mount.Edit: DroidFS uses
gocryptfs
in the backend, maybe that would be easier.Interesting. Would require the use of some of the unsafe features, but at first glance it does look like this could work.