GraphicalDot / feynmen-base

This is the base implementation for hyperledger sawtooth and IPFS.
1 stars 0 forks source link

IPFS big files sharing. #2

Open GraphicalDot opened 6 years ago

GraphicalDot commented 6 years ago

Encrypting BIG data files on IPFS wiht public key will be too computationally intensive and time consuming. Enable AES like encryption with new key and encrypting this key with public key is a good workaround. Share the hash of data, encrypted AES key with public key of receiver will be shared on BIGChainDB.

New AES key will be generated everytime the user wants to share this data with another user.