I've stored sound file on IPFS and IPFS hash is connected to ERC721 token. I want make "only token holder can access the data". But unfortunately data on blockchain and ipfs is public, so everyone can access.
Is there any way to let only token holder can access ipfs data?
My solution does not work... - Store encrypted data on IPFS and store key on ERC721 token.(If set key as public, every one can see it, and if set key as private no one including token holder can see it)
If you have any suggestion or solution, please guide me!!
This is my product image. I want make this sound token data only available for token owner. https://medium.com/coinmonks/converting-sound-file-to-erc721-token-with-digital-art-chain-29b1890b6d4d