git ssb

2+

cel / scuttlebot.io



Tree: 13691e1ee2bb8b8cec137e18d9f495648fba6793

Files: 13691e1ee2bb8b8cec137e18d9f495648fba6793 / tmpl / guides / concepts / secret-handshake.html.js

602 bytesRaw
1var page = require('../../page.part')
2module.exports = () => page({
3 section: 'docs',
4 tab: 'guides-concepts',
5 path: '/protocols/secret-handshake.html',
6 content: `
7 <h2>Secret Handshake</h1>
8 <p>
9 Secret Handshake is an encrypted channel protocol based on a mutually authenticating key agreement handshake, with forward secure identity metadata.
10 It&#39;s used by Scuttlebot to authenticate and encrypt peer connections.
11 </p>
12 <p><a href="/protocols/shs.pdf">Read the White Paper</a></p>
13
14 <p class="next"><a href="/protocols/private-box.html">Private Box</a></p>
15 `
16})

Built with git-ssb-web