Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Secure encryption needed #3

Open
ferib opened this issue Jun 12, 2023 · 0 comments
Open

Secure encryption needed #3

ferib opened this issue Jun 12, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@ferib
Copy link
Owner

ferib commented Jun 12, 2023

Current encryption is very insecure as prime 2147483647 is used for diffie hellman key-exchange. The message is then encrypted with a hastily written XOR loop.

The Off-The-Record Messaging uses key exchange with 1536 bits group size followed by a 128-bit RSA.

@ferib ferib added the enhancement New feature or request label Jun 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant