Skip to content

Bukareszt/Crypto-Chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hello in my project! 👋👋

Crypto-Chat

End-to-end encrypted chat using Redis, Socket.io, React, Docker and Express. Messages are encrypted with asynchronous keys.


Table of Contents

How to use

1. Give yourself a nice username. Don't worry too much if you have no idea. The application itself will generate a nickname referring to Star Wars.
2. Enter the room you want to communicate in. Remember that the application does not have a list of rooms saved anywhere, they are created ad hoc. If you want to talk about something super secret with a friend, remember - you both have to enter the exact name of the room.

  1. Share your QR code with a friend. Also, don't forget to get his QR code! Thanks to them you can decrypt your messages.

  1. Enjoy!

Alghoritm

Due to the use of the RSA algorithm, private and public keys can be used interchangeably, which I also used in this application. A private key is used to generate the QR code.

Technologies

To ensure the greatest possible security of messages, a Redis cache is used. As soon as all users leave the chat, the entire room with sent messages is deleted. Additionally, each chat user can clear the chat history at any time. I used Docker-compose to connect it together. Socket.io technology is used to send messages

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published