functionland / fula-archived

Client-server stack for Web3! Turn your Raspberry Pi to a BAS server in minutes and enjoy the freedom of decentralized Web with a superior user experience!
https://fx.land
MIT License
4 stars 0 forks source link

Fula sec #76

Closed ruffiano89 closed 2 years ago

ruffiano89 commented 2 years ago
  1. Tagged Encryption - Add DID Id in order to publish encrypted content / Decrypt with DID
  2. Asymmetric Encryption (Diffie Hellman):
    • Import DID`s Private Key and get Public Key
    • Issuer Encrypts a content with Audience Public Key
    • Audience Decrypts content with own Private Key
  3. Test Code (Tagged enc and Asym enc)
  4. Source code doc