From c5027df383caa6f15bfcecad5a33f1fa0b92b7c2 Mon Sep 17 00:00:00 2001 From: Ian Clarke Date: Tue, 7 Jul 2026 16:06:10 -0500 Subject: [PATCH] docs(try): note that hosted data is encrypted with the user's access key Add a plain-language reassurance to the /try/ hosted-demo callout: hosted data is encrypted at rest with a key derived solely from the user's access token (node-KEK-independent per hosted_export.rs 'the token is the entire secret'), so when a user isn't actively connected the operator has no token and can't decrypt it. Verified against the freenet-core hosted secrets model before claiming it. Co-Authored-By: Claude Opus 4.8 Claude-Session: https://claude.ai/code/session_012jmCd1tvDH1EsVTtaDVnxJ --- hugo-site/content/try/_index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hugo-site/content/try/_index.md b/hugo-site/content/try/_index.md index c0335732..e4bca8e4 100644 --- a/hugo-site/content/try/_index.md +++ b/hugo-site/content/try/_index.md @@ -9,8 +9,8 @@ peer-to-peer Freenet contract, and drops you into the live **Freenet Official** project's developers and users talk. No account, no download. {{< alert type="warning" >}} **This is a hosted demo.** It runs on our server, so your data lives -with us, not on your own machine. [Install your own peer](/quickstart/) anytime and export your data -to it in one click. {{< /alert >}} +with us. It's encrypted with your access key, so while you're not using it even we can't read it. +[Install your own peer](/quickstart/) anytime and export your data to it in one click. {{< /alert >}} {{< river-invite-button room="Freenet Official" base="https://try.freenet.org/v1/contract/web/raAqMhMG7KUpXBU2SxgCQ3Vh4PYjttxdSWd9ftV7RLv/" hosted="true" >}}