mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-27 03:57:21 +00:00
Tweak privacy and security docs
This commit is contained in:
parent
e3052647ff
commit
287d4ff63d
@ -3,7 +3,7 @@ tags: Definitions
|
|||||||
modified: 20241105133737778
|
modified: 20241105133737778
|
||||||
created: 20241105133737778
|
created: 20241105133737778
|
||||||
|
|
||||||
<span class="tc-float-right">[img width=200 [MWS Banner.png]]</span>
|
<span class="tc-float-right tc-bordered-image">[img width=200 [MWS Banner.png]]</span>
|
||||||
~MultiWikiServer is a new development that drastically improves ~TiddlyWiki's capabilities when running as server under Node.js. It brings ~TiddlyWiki up to par with common web-based tools like ~WordPress or ~MediaWiki by supporting multiple wikis and multiple users at the same time.
|
~MultiWikiServer is a new development that drastically improves ~TiddlyWiki's capabilities when running as server under Node.js. It brings ~TiddlyWiki up to par with common web-based tools like ~WordPress or ~MediaWiki by supporting multiple wikis and multiple users at the same time.
|
||||||
|
|
||||||
Planned features include:
|
Planned features include:
|
||||||
|
@ -2,8 +2,8 @@ title: TiddlyWiki Privacy and Security
|
|||||||
created: 20241106165307259
|
created: 20241106165307259
|
||||||
modified: 20241106165307259
|
modified: 20241106165307259
|
||||||
|
|
||||||
<span class="tc-float-right">[img width=200 [TiddlyWiki Privacy Badge.png]]</span>
|
<span class="tc-float-right tc-bordered-image">[img width=200 [TiddlyWiki Privacy Badge.png]]</span>
|
||||||
TiddlyWiki is unique in that ordinary people without special training can use it securely and privately. It is easy to apply the advice from the EFF to ~TiddlyWiki. The key is that ~TiddlyWiki is just a file, and so everything that users may have already learned about how to keep documents and images private can be applied to ~TiddlyWiki.
|
TiddlyWiki is unique in that ordinary people without special training can use it securely and privately. It is easy to apply the advice from the EFF to ~TiddlyWiki. The key is that ~TiddlyWiki is just a text file, or a folder of files. Everything that users may have already learned about how to keep documents and images private can be applied to ~TiddlyWiki.
|
||||||
|
|
||||||
Because data is stored in simple text files, people choosing to use ~TiddlyWiki today can be confident that their data will still be accessible in the decades to come.
|
Because data is stored in simple text files, people choosing to use ~TiddlyWiki today can be confident that their data will still be accessible in the decades to come.
|
||||||
|
|
||||||
@ -11,7 +11,19 @@ Because data is stored in simple text files, people choosing to use ~TiddlyWiki
|
|||||||
|
|
||||||
An important aspect of ~TiddlyWiki's claims in the area of security and privacy is that these claims can be readily verified by anyone with basic technical skills. For example, the network monitoring tools built into browsers allow users to verify that ~TiddlyWiki doesn't send any data to other servers. Similarly anyone can open a ~TiddlyWiki HTML file in an editor and verify that their data is readily accessible.
|
An important aspect of ~TiddlyWiki's claims in the area of security and privacy is that these claims can be readily verified by anyone with basic technical skills. For example, the network monitoring tools built into browsers allow users to verify that ~TiddlyWiki doesn't send any data to other servers. Similarly anyone can open a ~TiddlyWiki HTML file in an editor and verify that their data is readily accessible.
|
||||||
|
|
||||||
! Single File Configuration
|
! ~TiddlyWiki Configurations
|
||||||
|
|
||||||
|
~TiddlyWiki can be used in two main configurations:
|
||||||
|
|
||||||
|
* As a single HTML file that contains all the data and code. This is the simplest configuration, and the most widely supported. Popular services like [[Tiddlyhost]] are based on the single file configuration
|
||||||
|
** See [[Saving]] for a listing of all the different ways to save a single file ~TiddlyWiki
|
||||||
|
* As a Node.js application that runs a web server. This configuration is more powerful, but requires more technical knowledge to set up and maintain. See:
|
||||||
|
** [[Installing TiddlyWiki on Node.js]]
|
||||||
|
** [[Using TiddlyWiki on Node.js]]
|
||||||
|
|
||||||
|
The security and privacy implications of the two configurations are different.
|
||||||
|
|
||||||
|
!! Single File Configuration
|
||||||
|
|
||||||
As a practical matter, using ~TiddlyWiki securely and privately in the single file configuration depends upon keeping that single file securely and privately.
|
As a practical matter, using ~TiddlyWiki securely and privately in the single file configuration depends upon keeping that single file securely and privately.
|
||||||
|
|
||||||
@ -25,7 +37,7 @@ It is important to understand that ~TiddlyWiki's built in encryption is our best
|
|||||||
|
|
||||||
So, cautious users may wish to use ~TiddlyWiki's built in encryption as an extra layer of security, but should take care not to rely on it as one would rely on industry standard encryption solutions that have been rigorously tested in a variety of situations.
|
So, cautious users may wish to use ~TiddlyWiki's built in encryption as an extra layer of security, but should take care not to rely on it as one would rely on industry standard encryption solutions that have been rigorously tested in a variety of situations.
|
||||||
|
|
||||||
! Node.js Configuration
|
!! Node.js Configuration
|
||||||
|
|
||||||
Using ~TiddlyWiki in the Node.js configuration requires more technical knowledge than the single file edition. There are several important areas with respect to security and privacy.
|
Using ~TiddlyWiki in the Node.js configuration requires more technical knowledge than the single file edition. There are several important areas with respect to security and privacy.
|
||||||
|
|
||||||
@ -44,5 +56,5 @@ There are also third party tools from the community that extend ~TiddlyWiki's bu
|
|||||||
|
|
||||||
If security and privacy are important to you then you need to take the best available advice, and the best place for that is specialist organisations that focus on this area. The Electronic Frontier Foundation in the US is well respected, and their advice would be a good place to start. It emphasises basics such as dealing with passwords and two factor authentication, but also explains more advanced topics such as making a security plan, and how to set up a device securely.
|
If security and privacy are important to you then you need to take the best available advice, and the best place for that is specialist organisations that focus on this area. The Electronic Frontier Foundation in the US is well respected, and their advice would be a good place to start. It emphasises basics such as dealing with passwords and two factor authentication, but also explains more advanced topics such as making a security plan, and how to set up a device securely.
|
||||||
|
|
||||||
https://ssd.eff.org/module-categories/basics
|
* https://ssd.eff.org/module-categories/basics
|
||||||
|
* //Please suggest other useful privacy and security resources//
|
||||||
|
Loading…
Reference in New Issue
Block a user