-
Notifications
You must be signed in to change notification settings - Fork 362
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
Encrypt and Decrypt Chats in The LocalChat app to prevent non users From listening In #161
Comments
I'd like to be assigned For This Issue |
@5enox is this issue still open? I would also like to contribute to it. |
Yeah, sure |
@5enox Please assign this issue to me. I would like to work on this. |
@Shahrayar123 , could you please assign this issue to @Ishpreet01 ? Thank you! |
@5enox I am not able to run the command python3 main.py in my system to set up this project. Please help me out. |
@Ishpreet01 try re-installing python, But this time check the box where it says Add to Path or if you're on linux : |
@5enox I added python to path and used python main.py command to run the project. But the terminal does not display the text Anon Chat and stops working after I run the command. I am attaching the screenshot for your reference. Please tell me how to proceed further with this. |
@5enox I used this command to run the Number Guessing game project and it worked perfectly for that. |
@5enox is this issue still open? I would also like to contribute to it. |
@Harshita1375 Please Go ahead, if you need any assistance Just mention me |
Which repository do I need to fork as I am not able to find Encrypt and Decrypt project in this repository?. |
@5enox can you assign this issue to me, i would like to contribute. I have only one question, are we decrypting the message on client side only, like end to end? |
@Shahrayar123 Can Assign You @Sangamesh-RK , and Yes, The encryption Should Be End to end between the clients. Here is a Starter Sample You Could Look at, using the Signal Protocol in Python ( Used By Whatsapp)
Make Sure you have python-axolotl-curve25519 installed (pip install python-axolotl-curve25519) before running this code. |
i looked into the above module, apparently its used for E2E communication between two clients which is different from our use case, i will try to implement it for group chat but i would appreciate if you can guide me |
i am having a lot of import issues with axolotl module, can i use this module instead https://pypi.org/project/signal-protocol/ ? |
Encrypt and Decrypt messages between server and client using the private key plus something else to make it more secure.
The text was updated successfully, but these errors were encountered: