hyperledger-archives / aries-framework-go

Hyperledger Aries Framework Go provides packages for building Agent / DIDComm services.
https://wiki.hyperledger.org/display/ARIES/aries-framework-go
Apache License 2.0
240 stars 161 forks source link

RFC 0019: Pack/Unpack #36

Closed troyronda closed 3 years ago

baha-ai commented 5 years ago

As per the DID-Comm encryption envelope spec: https://github.com/hyperledger/aries-rfcs/blob/master/features/0019-encryption-envelope/README.md

This epic will include packing and unpacking of envelopes exchanged between DID agents.

JWE encryption/decryption is mainly used in this process for additional security/confidentiality of messages.

baha-ai commented 3 years ago

outdated