git ssb

2+

cel / scuttlebot.io



Tree: 07de6e0bf8f8051cfea29058496ca70ae04e5c99

Files: 07de6e0bf8f8051cfea29058496ca70ae04e5c99 / tmpl / guides / protocols / secret-handshake.html.js

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

Built with git-ssb-web