KTAtkinson / crypto-im

Chat client implemented with Python, Flask, and PostgreSQL.
1 stars 0 forks source link

Implemented message encryption and decryption on client #14

Closed KTAtkinson closed 8 years ago

KTAtkinson commented 8 years ago

Used WebCrypto to generate RSA keys and encode and decode messages in javascript.