git ssb

2+

cel / scuttlebot.io



Tree: c0c9508d732a53b79ef287fd75268ac0d50dda3a

Files: c0c9508d732a53b79ef287fd75268ac0d50dda3a / tmpl / more / protocols / secret-handshake.html.js

608 bytesRaw
1var page = require('../../page.part')
2module.exports = () => page({
3 title: 'Secret Handshake',
4 section: 'more',
5 tab: 'more-protocols',
6 path: '/more/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: ['/more/protocols/private-box.html', 'Private Box']
16})

Built with git-ssb-web