Skip to content

TiddlyWiki5 Encryption with NodeJS #8371

Closed Answered by Jermolene
jgeromero asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @jgeromero the Node.js configuration is used to build encrypted single file wikis, but it doesn't support encryption for data on disk.

The Node.js threat model is that the server is assumed to be secure, and we worry about data being tampered with in transit, which is where HTTPS (TLS) comes in.

If you want to use the Node.js configuration on a machine in a secure way then you would probably be best off running it within an encrypted disk volume.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by jgeromero
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants