Skip to content

peterjjohnson/chat_demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Encrypted Chat Demo

Meteor + Web Cryptography API

This is just a simple chat app built as a learning experience. It is a work in progress.

It allows two users to send messages to each other using public key encryption via the Web Cryptography API to encrypt the messages in transit as well as in the database. Public keys are stored on the server while private keys never leave the client, thus ensuring that messages in the database can only be deciphered by the intended recipient.

Note: This is just a proof of concept and shouldn't be considered a complete or secure encrypted messaging application.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •