This content originally appeared on DEV Community and was authored by Sebastian Korotkiewicz
I created a chat room where you can meet people with the same interests as you.
Check it out at hashchat.js.org
The most interesting thing about HashChat is that every message before sending to server is encrypted with public key of your partner, where after receiving message only he can decrypt the message with his private key.
I haven't seen any site yet which encrypts messages with bitcoin and this seems like a really interesting way to do it.
The bitcoin address with the keys is generated in your browser each time you access the site.
Only the public key and address is sent to your chat partner.
While writing this I got the idea that I could add importing own bitcoin keys.
TODO: Import your bitcoin key.
To generate user avatars I use a site that has pretty much the same name as HashChat, it's robohash.org, and it generates a unique avatar based on the given name, so when you type your nickname on HashChat, you'll always have the same avatar.
Feel free to test HashChat, the whole project is completely OpenSource, you can be a member of the project, every line of code counts :)
skorotkiewicz / HashChat
Simple chat with person with same tags as you!
How do you like the idea and implementation?
Write in the comments what you think about HashChat.
This content originally appeared on DEV Community and was authored by Sebastian Korotkiewicz
Sebastian Korotkiewicz | Sciencx (2021-04-20T06:59:10+00:00) HashChat – Chat with person with same interests as you. Retrieved from https://www.scien.cx/2021/04/20/hashchat-chat-with-person-with-same-interests-as-you/
Please log in to upload a file.
There are no updates yet.
Click the Upload button above to add an update.