Coder Social home page Coder Social logo

cryptofire-chat's Introduction

cryptofire-chat's People

Contributors

mathiasrw avatar raed667 avatar raedslab avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

mathiasrw

cryptofire-chat's Issues

Better room experience?

Add the following features to make the chat room experience more natural and "feature complete":

  • Host/Guest presence indicator (UI)
  • Idle status: when a Host/Guest is not active for {$x} amount of time, mark them as 'Away'
  • Guest join, notification to host
  • Host/Guest leave notification
  • Better identity change message and notification (+ accept / leave promot? )

Ideas / comments / pull-requests are always welcome!

Add group chat feature

This issue is for the thoughts / discussion about how to address end-to-end encryption for a group chat.

My initial thought is to encrypt the message {$n} times (n being the number of people in the chat room) then send it all once as a JSON array like this :

[
  {'userId' : 'encryptedMessage'},
  {'userId2' : 'encryptedMessage2'},
  ...
]

I can see 2 issues with this approach:

  • Large chat rooms will become very slow.
  • We will need to keep a "read" flag for every user and every message in order to delete the message once transmitted

Ideas / comments / pull-requests are always welcome!

Perfect Forward Secrecy? Diffie-Hellman Ephemeral Key Exchange?

I'm new to crypto, but if I understand as well - apps like Signal never uses same keypair to encrypt more than one message. Could this be achieved by web-crypto implementation? Could you help me with "upgrading" your solution? Also - is it safe for Forward Secrecy to consider user's password (from account) as base for keypair?

I'm trying to re-engineer your app into web-based Signal-like solution. Please help me

Google Analytics in the Index ?

Hi,
How about Google Analytics tracking on the Index :p
Can we replace it by something else ? Piwik ?
Salutations amicales.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.