From 1141074745dfd0b7c9e6f81085f9af966fb0684d Mon Sep 17 00:00:00 2001 From: Laurent Cozic Date: Fri, 16 Mar 2018 14:19:10 +0000 Subject: [PATCH] Update faq.md --- readme/faq.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/readme/faq.md b/readme/faq.md index 93b54d7ca..775770347 100644 --- a/readme/faq.md +++ b/readme/faq.md @@ -6,6 +6,14 @@ It seems to be due to the setting `set term=ansi` in .vimrc. Removing it should Unfortunately it is not possible. Joplin synchronises with file systems using an open format however it does not mean the sync files are meant to be user-editable. The format is designed to be performant and reliable, not user friendly (it cannot be both), and that cannot be changed. Joplin sync directory is basically just a database. +# Could they be a PIN or password to restrict access to Joplin? + +Short answer: no. The end to end encryption that Joplin implements is to protect the data during transmission and on the cloud service so that only you can access it. + +On the local device it is assumed that the data is safe due to the OS built-in security features. If additional security is needed it's always possible to put the notes on an encrypted Truecrypt drive for instance. + +If someone that you don't trust has access to the computer, they can put a keylogger anyway so any local encryption or PIN access would not be useful. + # Why is it named Joplin? -The name comes from the composer and pianist [Scott Joplin](https://en.wikipedia.org/wiki/Scott_Joplin), which I often listen to. His name is also easy to remember and type so it fell like a good choice. And, to quote a user on Hacker News, "though Scott Joplin's ragtime musical style has a lot in common with some very informal music, his own approach was more educated, sophisticated, and precise. Every note was in its place for a reason, and he was known to prefer his pieces to be performed exactly as written. So you could say that compared to the people who came before him, his notes were more organized". \ No newline at end of file +The name comes from the composer and pianist [Scott Joplin](https://en.wikipedia.org/wiki/Scott_Joplin), which I often listen to. His name is also easy to remember and type so it fell like a good choice. And, to quote a user on Hacker News, "though Scott Joplin's ragtime musical style has a lot in common with some very informal music, his own approach was more educated, sophisticated, and precise. Every note was in its place for a reason, and he was known to prefer his pieces to be performed exactly as written. So you could say that compared to the people who came before him, his notes were more organized".