I added this to the toolmap 
(https://dynalist.io/d/zUP-nIWu2FFoXH-oM7L7d9DM#z=3wGygvpg5j7GS-bK4HIkF_DT) 
under the section "Publishing and hosting TiddlyWikis on the web"

Blessings.

On Wednesday, September 5, 2018 at 12:24:10 PM UTC-5, sendwheel wrote:
>
> Created a new plugin to handle saving the wiki to a PHP based server.
> This can replace legacy store.php usage. The plugin is a bit more 
> streamlined, updated code base, and adds some security enhancements to the 
> process.
>
> It also has a fairly thorough debug test that can be run during setup to 
> help squash environment/server problems
>
>
> Project page here:
> https://github.com/sendwheel/tw-receiver
>
> Comments and contributions welcome.
>
>
>
> Security wise offers:
>  - Challenge Digest Authentication (enhanced security)
>  -- This simple mechanism avoids passing the password in plain text. 
> Instead the server is queried for a challenge token and that token is then 
> combined with the password to form a new string that is both unique and 
> temporary.
>  - Data Integrity Signing (enhanced security)
>  -- This practice creates a unique signature of the wiki text with the 
> secret key. Checking the validity of this signature ensures the integrity 
> of the wiki data and helps prevent tampering in transit.
>
>
> (also posted to TiddlyWikiDev)
> Please let me know your thoughts. 
>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/3425a43c-ecc8-4b32-b2b4-823ffc92c4e1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to