nucypher/examples/finnegans_wake_demo
David Núñez 4cf7dcadc3 We're done with multiple domains, for the moment.
Closes #2144. Closes #1580.
2020-09-24 20:27:13 +02:00
..
README.md Overall cleanup of paths to scripts depending on where the document is. 2020-09-17 15:24:30 -04:00
download_finnegans_wake.sh Testing dirty hack for finnegans wake demo on CI 2019-06-03 22:52:22 +03:00
finnegans-wake-demo.py We're done with multiple domains, for the moment. 2020-09-24 20:27:13 +02:00

README.md

Ursula exchange example over live network

This illustrates Alice sharing data with Bob over the NuCypher network using proxy re-encryption, without revealing private keys to intermediary entities.

  1. Alice sets a Policy on the NuCypher network (2/3) and grants access to Bob
  2. Label and Alice's public key provided to Bob
  3. Bob joins the policy by Label and Alice's public key
  4. Enrico created for the policy
  5. Each plaintext message gets encapsulated through the Enrico to messageKit
  6. Bob receives and reconstructs the Enrico from Policy public key and Enrico public key
  7. Bob retrieves the original message from Enrico and MessageKit

Run a fleet of federated Ursulas

python ../run_demo_ursula_fleet.py

Download the Book!

./download_finnegans_wake.sh

Run

python finnegans-wake-demo.py