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

End to end encryption #26

Merged
merged 9 commits into from
Nov 20, 2024
Merged

End to end encryption #26

merged 9 commits into from
Nov 20, 2024

Conversation

hazzery
Copy link
Owner

@hazzery hazzery commented Nov 20, 2024

Implemented end to end encryption of all messages sent to the server. Currently using rsa package from PyPI for encryption and decryption.

Copy link

codecov bot commented Nov 20, 2024

Codecov Report

Attention: Patch coverage is 91.04478% with 6 lines in your changes missing coverage. Please review.

Project coverage is 92.86%. Comparing base (5de6a4e) to head (8306b7a).
Report is 12 commits behind head on dev.

Files with missing lines Patch % Lines
client/client.py 81.81% 4 Missing ⚠️
src/packets/read_request.py 80.00% 1 Missing ⚠️
tests/integration/test_more_messages.py 80.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##              dev      #26      +/-   ##
==========================================
- Coverage   93.17%   92.86%   -0.31%     
==========================================
  Files          32       32              
  Lines        1025      981      -44     
==========================================
- Hits          955      911      -44     
  Misses         70       70              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.


🚨 Try these New Features:

@hazzery hazzery merged commit 09a499d into dev Nov 20, 2024
3 of 4 checks passed
@hazzery hazzery deleted the e2e-encryption branch November 20, 2024 22:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant