holepunchto/hyperbeam: A 1-1 end-to-end encrypted internet pipe powered by Hyperswarm ·
This will generate a phrase, eg "neznr3z3j44l7q7sgynbzpdrdlpausurbpcmqvwupmuoidolbopa". Then on another machine run That's it! Happy piping. Make a new Hyperbeam duplex stream. Will auto connect to another peer using the same key with an end to end encrypted tunnel. When the other peer writes it's emitted as data on this stream. Likewise when you write to this stream it's emitted as data on the other peers stream. If you do not pass a key into the constructor (the passphrase), one will be generated and put on stream.key. options include: The passphrase used by the stream for connection. MIT A 1-1 end-to-end encrypted internet pipe powered by Hyperswarm
A 1-1 end-to-end encrypted internet pipe powered by Hyperswarm and Noise npm install hyperbeam Usage const Hyperbeam = require('hyperbeam') // 'neznr3z3j44l7q7sgynbzpdrdlpausurbpcmqvwupmuoidolbopa' is 32-byte unique passphrase // to find the other side of your pipe. // once the other peer is discovered it is used to derive a noise keypair as well. const beam = new Hyperbeam('neznr3z3j44l7q7sgynbzpdrdlpausurbpcmqvwupmuoidolbopa') // to generate a passphrase, leave the constructor empty and hyperbeam will generate one for you // const beam = new Hyperbeam() // beam.key // <-- your…
saved by
related reading
- GitHub - holepunchto/hyperswarm: A distributed networking stack for connecting peers.github.com
- Peardocs.pears.com
- Reticulum Networkreticulum.network
- We build AI that works for humans - Imbueimbue.com
- Towards a Digital Pluriversepluriverse.world
- Internetinternetlabs.co
- Hermes Agent — The Agent That Grows With Youhermes-agent.nousresearch.com
- Base58 Encoder - App DevToolsappdevtools.com
- Familyfamily.co
- sshx · share collaborative terminalssshx.io
- GitHub - gchq/CyberChef: The Cyber Swiss Army Knife - a web app for encryption, encoding, compression and data analysisgithub.com
- Sandbox SDKsandbox.cloudflare.com