richardschneider / ipfs-encryption

Encrypting IPFS data
MIT License
18 stars 4 forks source link

CMS: RSA-KEM #19

Open richardschneider opened 6 years ago

richardschneider commented 6 years ago

CMS #9 should use RSA-KEM RFC 5990

The RSA-KEM Key Transport Algorithm takes a different approach that provides higher security assurance, by encrypting a random integer with the recipient's public key, and using a symmetric key-wrapping scheme to encrypt the keying data.

richardschneider commented 6 years ago

Asked for help https://github.com/digitalbazaar/forge/issues/549