-
Hi, and thanks a lot for such an amazing project As a security concern, may we somehow add a pincode or passcode to lock the application/encrypt local data? |
Beta Was this translation helpful? Give feedback.
Answered by
SilverBut
Mar 30, 2025
Replies: 1 comment 1 reply
-
There is already a PIN code function to prevent unauthorized access. Also, the on disk object data is already encrypted, but search index is not. See Privacy & Encryption and Key for detailed info. I think turn on disk encryption provided by OS is enough for most people. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
filip-anytype
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There is already a PIN code function to prevent unauthorized access. Also, the on disk object data is already encrypted, but search index is not. See Privacy & Encryption and Key for detailed info.
I think turn on disk encryption provided by OS is enough for most people.