send link to app

DIM Chat is an implementation of DIMP Protocol.

It generates user accounts in client (not server) and saved the private key in the client, just publish the user ID and public key onto the DIM network.

Every user can get your ID & public key, then can verify whether the public key is bound to the ID by the Meta Algorithm in the client (again, not server).

The sender must use the receivers public key to encrypt the message content before sending out, so only the receivers private key can decrypt it.

For more information, please visit: https://dim.chat