kmoe / crypto-chat

:lock_with_ink_pen: encrypted chat using Redux and the Web Crypto API

Home Page:http://kmoe.github.io/crypto-chat/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

crypto-chat

maintained? not currently

Encrypted chat implemented using the Web Crypto API, Firebase, and Dan Abramov's Redux.

Seeded from react-hot-boilerplate. The rest is mine, with thanks to the Reactiflux community for their help.

N.B. This example is heavily under construction and will not be stable for a while. The live demo is for entertainment purposes only. In particular, nothing is getting encrypted yet.

Local development

npm install
npm start
open http://localhost:3000/static/index.html

Deploying to GitHub Pages

npm run gh-pages
npm run deploy-gh-pages

About

:lock_with_ink_pen: encrypted chat using Redux and the Web Crypto API

http://kmoe.github.io/crypto-chat/

License:MIT License


Languages

Language:JavaScript 94.2%Language:CSS 4.6%Language:HTML 1.2%