Secure offline storage and cross-device synchronization solution for TiddlyWiki 5
Find a file
Val Packett 263e5d82f6 Plugin: use a random per-wiki salt
Now that we have the bootstrapping process it's not that hard to have it.
The only inconvenience is having to paste a value when initializing a new
wiki to sync an old one in, which is advanced usage, not part of the
normal easy sync-bootstrap workflow.
2023-07-01 14:33:08 -03:00
plugins Plugin: use a random per-wiki salt 2023-07-01 14:33:08 -03:00
tiddlers Plugin: implement a friendly bootstrapping flow 2023-07-01 14:33:08 -03:00
.editorconfig Initial commit 2023-07-01 14:33:05 -03:00
.env Server: switch to argon2ian, add salt, add dotenv 2023-07-01 14:33:08 -03:00
.gitignore Add reference sync server using Deno and SQLite 2023-07-01 14:33:08 -03:00
deno.json Initial commit 2023-07-01 14:33:05 -03:00
deno.lock Server: switch to argon2ian, add salt, add dotenv 2023-07-01 14:33:08 -03:00
hash-admin-password.ts Server: switch to argon2ian, add salt, add dotenv 2023-07-01 14:33:08 -03:00
LICENSE Initial commit 2023-07-01 14:33:05 -03:00
tiddlypwa-server.test.ts Server: switch to argon2ian, add salt, add dotenv 2023-07-01 14:33:08 -03:00
tiddlypwa-server.ts Server: store wiki salt from the client 2023-07-01 14:33:08 -03:00
tiddlywiki.info Updates for the installer/demo wiki 2023-07-01 14:33:08 -03:00