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" tab of control panel * The ability to use standard HTTP basic authentication with the Node.js server configuration. This is done on the command line with the "--server" command. Combined with SSL, this gives the same level of transit encryption as you'd get with online services like Google or Dropbox, but there is no encryption of data on disc Best wishes Jeremy. On Sun, Jun 7, 2015 at 12:10 PM, Mircea S. <[email protected]> wrote: > 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. Interesting, To > the end user, it's similar to what SSL does exept for the browser part. > > Look into ServerCommand, but I'll probably need SSL for that to make > something more than just an authenticator. > > > > Pe 5 iun. 2015, la 20:38, Steve Meacham <[email protected]> a scris: > > 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 understand how the TiddlyWiki5's password feature(s) work. Can > they put it behind a password wall? Or maybe there is some form of > authentication that nginx can add? > > Please advise. Several days of searching here and through Google have > left me still empty-handed. > > -- > You received this message because you are subscribed to the Google Groups > "TiddlyWiki" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/tiddlywiki. > To view this discussion on the web visit > https://groups.google.com/d/msgid/tiddlywiki/41f1c1f1-bba5-4513-95cb-4340d33b71bf%40googlegroups.com > <https://groups.google.com/d/msgid/tiddlywiki/41f1c1f1-bba5-4513-95cb-4340d33b71bf%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > > -- > You received this message because you are subscribed to the Google Groups > "TiddlyWiki" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/tiddlywiki. > To view this discussion on the web visit > https://groups.google.com/d/msgid/tiddlywiki/456DFDAA-E8DC-429A-A586-DCC67E71FEAD%40unom.ro > <https://groups.google.com/d/msgid/tiddlywiki/456DFDAA-E8DC-429A-A586-DCC67E71FEAD%40unom.ro?utm_medium=email&utm_source=footer> > . > > For more options, visit https://groups.google.com/d/optout. > -- Jeremy Ruston mailto:[email protected] -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/tiddlywiki. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/CAPKKYJb4X16usaZ9GZ%3Dbo8dj%3DY6-YQPpgQWW%3Dmbk6GsCrf%3De4Q%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.

