Skip to main content

A Encrypted Chat program

Project description

RewRaa (RSA ENCRYPTED WILD ROUND AES APPLICATION, note i have no idea why i choose that name) is a socket-server chat program which uses rsa encryption to encrypt an aes key for encrypting/decrypting messages

Imagine the following encryption scheme:

# first transfer aes key
(CLIENT) => RSA_PUBLIC => (SERVER)
(SERVER) => RSA_ENCRYPTED_AES_KEY => (CLIENT)

        (C) => ENC_DATA => (S)
                    - BROADCAST -
                    (C) - (C) - (C) # clients decrypt the message

But working to give each client a seprate aes-key and signing the data so you can’t create a fake server that reads all your data.

NOTE: Only connect to trusted servers for now it has a big security flaw and the only secure part is if anyone is monitoring your internet traffic

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

rewraa-1.6.4.tar.gz (150.0 kB view hashes)

Uploaded Source

Built Distribution

rewraa-1.6.4-py3-none-any.whl (14.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page