Re: [tw] TiddlyWiki5 password protection

2015-06-07 Thread Jeremy Ruston
Just to be clear, TiddlyWiki has three distinct features related to passwords/encryption: * The ability to encrypt the content of a single file wiki. This is done with the "encrypt" button in the sidebar tools * The ability to set a password when saving to TiddlySpot. This is done in the "Saving"

Re: [tw] TiddlyWiki5 password protection

2015-06-07 Thread Mircea S.
This will probably clear up a few questions. https://github.com/Jermolene/TiddlyWiki5/issues/1583 Short answer: they are not encrypted on the server itself. It's basically encrypted in transit and arrives encrypted in the client's browser, which in turn uses that password to decrypt it. Inter

[tw] TiddlyWiki5 password protection

2015-06-05 Thread Steve Meacham
My goal is to have a private but web-accessible TiddlyWiki5. So far, I have it running on Debian using node.js. Nginx is a reverse proxy, making it accessible only by using HTTPS (SSL). All of this works. What remains is to prevent others from seeing or modifying it's content. I don't under