nucypher/examples/finnegans_wake_demo
Bogdan Opanchuk b473c0f4bd
Hide registering/unregistering observers and Sentry init inside utilities/logging
Also add a check that Sentry SDK is only initialized once
2019-07-25 15:18:29 -07:00
..
README.md Fix typos, outdated commands, PEP8 2019-06-14 19:18:37 -07: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 Hide registering/unregistering observers and Sentry init inside utilities/logging 2019-07-25 15:18:29 -07: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

Download the Book!

./download_finnegans_wake.sh

Run

python3 finnegans-wake-demo.py