Displaying limited personal information instead of the entire data stream

Hello Ceramic Family
I have a question with regards to displaying only a portion of the data stream instead of making the entire data stream visible to the other party.
I currently do not see this available, is there a way to use ZKP to show only part of my data to a party1 and another part of the same data to another party?.
If so what should I use to build this?
Any help would be of great use.

Thanks
Lakshmanan

Hi @LakshmananP, you can encrypt the contents of a Ceramic stream, and only share the decryption key with certain parties. You can also store encrypted contents offline (e.g. on Filecoin, Arweave, private IPFS, any database, etc.) and store references (encrypted or otherwise) in the stream, and only give access to the actual contents to certain parties.

1 Like