End-to-end encryption: All user messages are encrypted using the RFC 9052 (COSE) standard on the client side and stored on the ICP blockchain. These messages can only be decrypted on the client side.
Multi-user chats: Message channels support one-to-many chats, where a manager can add or remove members and exchange encryption keys. If the last manager leaves the channel, all messages in the channel are deleted.
On-chain: It operates entirely as a smart contract on the ICP blockchain, controlled by ICPanda DAO, with fully open-source code. It is a trustworthy, secure, verifiable, and unstoppable Web3 application.
We use envelope encryption, where messages in a channel are encrypted with the same Data Encryption Key (DEK). When a new member joins the channel, they need to obtain the Key Encryption Key (KEK) from managers to decrypt the DEK.
Costs
Creating a new channel costs 1000 PANDA.
Registering a username costs 5000 ~ 1,000,000 PANDA, it is optional but recommended.
We will adjust the costs based on the actual usage and feedback from the community.
We’re excited for @dominicwilliams to try out this E2EE App, which should be the world’s first end-to-end encrypted messaging app running on-chain.
That’s right, there are no public message channels because it’s not a social or community-based communication app.
Our mission is to protect users’ confidential information.
In addition to encrypted chats, you can also store confidential information.
It’s encrypted on-chain and synced across devices, with only you able to read and decrypt it.
I rarely need encrypted chats in my daily life, but I often use messaging apps (WeChat) to sync information, including confidential information, across devices. Now I can finally sync confidential information securely with encryption through the “WhoAmI” channel shown in the screenshot.
I have updated a diagram.
We use envelope encryption, where messages in a channel are encrypted with the same Data Encryption Key (DEK). When a new member joins the channel, they need to obtain the Key Encryption Key (KEK) from managers to decrypt the DEK.
We are waiting for the vetKey.
The master key in the front-end application is upgradeable. For example, after users register a username, the master key automatically upgrades from Type I to Type II.
Additionally, the COSE service already includes some vetKey logic.