Can I store very important private data on the Aztec network?

Can I store very important private data on the Aztec network? And ensure that this private data will not be obtained by others?
I want to create a smart contract that can send confidential information to ensure that this confidential information will not be obtained by a third party. Aztec seems to be the platform I need.

45 Likes

Yes, this will be possible. Private state in a contract has a specified owner. Their data is encrypted with the corresponding encryption public key.

Encryption keys and how they work at the protocol is something that’s being currently discussed. You can see more about the current discussion here.

40 Likes