Skip to content

Latest commit

 

History

History
3 lines (3 loc) · 298 Bytes

README.md

File metadata and controls

3 lines (3 loc) · 298 Bytes

RSAchatroom

A python chatroom made with asyncio and websockets libraries, communication is secured using asymetric cryptography with a PKI infrastrucre implemented in an LDAP database. certificates are stored in a der format in an inetOrgPerson class. FrontEnd encryption uses JsEncrypt library.