var page = require('../../page.part') module.exports = () => page({ title: 'Secret Handshake', section: 'more', tab: 'more-protocols', path: '/more/protocols/secret-handshake.html', content: `
Secret Handshake is an encrypted channel protocol based on a mutually authenticating key agreement handshake, with forward secure identity metadata. It's used by Scuttlebot to authenticate and encrypt peer connections.
`, next: ['/more/protocols/private-box.html', 'Private Box'] })