1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-16 02:19:55 +00:00

Improve encryption docs

This commit is contained in:
Jermolene 2015-06-07 12:26:11 +01:00
parent ec2a79ea3b
commit aa6326be5c

View File

@ -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