Charles CSEC

Client-Side Encrypted Communication

What is CSEC?

CSEC is an encrypted chat room allows you to have maximum anonymity
does not ask for registration of telephone number or email.
And its encryption prevents hackers from seeing your chats

It is available for Windows, Linux and MacOS.

How does it work?

The keys are generated using the RSA Encryption Algorithm.
when the client wants to send a message, it gets encrypted with the public key,
through the server then will forward it to the connected clients,
that will decrypt it using the private key.

For more detailed explanation, refer to the RSA Encryption Algorithm Documentation

Our concept of anonymity

Chats like WhatsApp or Telegram require registration
such as a telephone number or an email, so you are revealing personal data
these applications are not Open Source, so you don't if your data remains safe.

CSEC does not require any registration, and Open Source gives the possibility
to others to collaborate on this project by creating their own custom encrypted chat.