TBD54566975 / developer.tbd.website

Source for the TBD Developer Website
https://developer.tbd.website
Apache License 2.0
38 stars 80 forks source link

Feedback on Encryption of Information in DWN. #1110

Open Chrissiku opened 6 months ago

Chrissiku commented 6 months ago

Type

Content Issue

Feedback

Summary

The documentation for Decentralized Web Nodes (DWN) provides insightful details about their functionalities and specifications. However, there's a need to clarify and expand on the encryption aspect of the data sent to a DWN.

Feedback Details

In the section discussing the messaging structure for DWN communication, it is mentioned that messages include an "encryption" field with the value "jwe," indicating the use of JSON Web Encryption. While this is a positive security measure, it would be beneficial to users if the documentation elaborated on this aspect.

{ // Message

  // ....

    "encryption": "jwe",

 // ....

  }
}

Suggested Action

Expected Outcome:

Improved clarity on the encryption measures employed in DWN communication will enhance the user understanding of security practices within the decentralized system.

Screenshots

Paste relevant images or screenshots here

developer.tbd.website URL

https://developer.tbd.website/docs/web5/learn/decentralized-web-nodes

Browser

No response

Relevant log output

No response

ALRubinger commented 1 month ago

@blackgirlbytes Would you mind triaging?