diff --git a/editions/tw5.com/tiddlers/saving/Saving with Encryption.tid b/editions/tw5.com/tiddlers/saving/Saving with Encryption.tid index 1d97b8768..880445fd3 100644 --- a/editions/tw5.com/tiddlers/saving/Saving with Encryption.tid +++ b/editions/tw5.com/tiddlers/saving/Saving with Encryption.tid @@ -1,5 +1,5 @@ created: 20130825160900000 -modified: 20140919160407215 +modified: 20150607112027069 tags: Features [[Working with TiddlyWiki]] title: Encryption type: text/vnd.tiddlywiki @@ -15,3 +15,8 @@ When used as a single HTML file, TiddlyWiki5 allows content to be encrypted usin # Optionally, open the saved file in a text editor and verify that your data is encrypted # Open the file in your browser. You will be prompted for a password before the content is displayed + +Note that TiddlyWiki has two other unrelated features concerned with passwords/encryption: + +* 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|TiddlyWiki on Node.js]] server configuration. This is done on the command line with the ServerCommand. 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 disk