implemented encryption with static key#51
implemented encryption with static key#51csaranbalaji wants to merge 5 commits intoHaider8:masterfrom
Conversation
|
@Haider8 , I couldn't achieve encryption without a static key. Maybe someone else can pick it up. |
|
@iamareebjamal Can you please take a look here |
|
@Haider8 This is incomplete |
|
@iamareebjamal @Haider8 As mentioned in PR, It is incomplete because end to end encryption isn't achieved. But this would work with the static key which is provided in this PR. The thing which is yet to be done is the exchange of keys between the users which I have mentioned as "someone else can take it". So in this PR the messages are send and received in an encrypted way where the static key is shared among the users (ie) the members who have this key can view the message by using |
|
Hello @csaranbalaji! Thanks for updating this PR. There are currently no PEP 8 issues detected in this Pull Request. Cheers! 🍻 Comment last updated at 2019-12-14 15:23:20 UTC |
Partially resolves #18