Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 900 Bytes

1_encrypted_bootstrap.md

File metadata and controls

27 lines (15 loc) · 900 Bytes

Secure your bootstrap!

Now it's time to make the same changes to your bootstrap node.

Try it yourself

  • Make the exact same change that you made in your index.js into bootstrap.js to add noise as encryption in bootstrap node
  • Run the bootstrap and then dial it from the other node
  • You should now have a secure channel to communicate over!

In the next chapter, we're going to take our secured communication worldwide and learn how to find other nodes to talk to on any network available!

** Template **

embedded-code

** Solution **

embedded-code-final

** Previous Chapter Solution **

embedded-code-previous