Skip to content

Using PKCS #7 (Crypto Message Syntax) #9

@richardschneider

Description

@richardschneider

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 certificates X.500 Distinguished Names

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions