-
Notifications
You must be signed in to change notification settings - Fork 4
Closed
Description
PKCS 7: Cryptographic Message Syntax aka RFC 2315 RFC 5652 could be used to protect data. Basically PBNode.Data
becomes an ASN.1 type ContentInfo
Pros
- well accepted standard that meets many needs
- could reduce PBNode.PBEncrypted to a simple Boolean
- The DAG
PBNode.Data
then becomes self describing CMS message - Signing and pre-authorised people come for free
Cons
- I hate ASN.1 and OIDs more than ProtoBuf
- It requires IPFS to use
X.509 certificatesX.500 Distinguished Names
Metadata
Metadata
Assignees
Labels
No labels