Files: c0c9508d732a53b79ef287fd75268ac0d50dda3a / tmpl / more / protocols / secret-handshake.html.js
608 bytesRaw
1 | var page = require('../../page.part') |
2 | module.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'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