RSA End-to-End Encrypted chatting system

preview_player
Показать описание
RSA End-to-End Encrypted chatting system, the concept is used by Whats App and many other chatting apps to ensure the privacy of the messaging tunnel

Used tools: Angular 5 (TypeScript), Electron Wrapper

Source code in the comments along with the markdown.

P.S. I slowed down the process to show the steps along with the progress. In production it only takes milliseconds to execute.
Рекомендации по теме
Комментарии
Автор

Can you also tell us how to build it while running locally

amaanullah
Автор

Hey i have a question tho. so im building a real-time chat app with end-to-end encryption, and basically im confused when the user is the sender it means that he uses the recipient's public key to encrypt the message right, but when actually fetching the messages and he is the sender how can we display the decrypted messages that he sent to a certain recipient??

MassylBenarab