var page = require('../../page.part') module.exports = () => page({ section: 'docs', tab: 'guides-concepts', path: '/protocols/secret-handshake.html', content: `

Secret Handshake

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.

Read the White Paper

Private Box

` })