Skip to content

A simple chat application, written in Python, that uses RSA to encrypt messages

Notifications You must be signed in to change notification settings

etrian-dev/rsa-chatroom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build docker container

sudo docker build -t chatroom-cont .

Run container

sudo docker run -p 5000:5000 -e FLASK_APP=chatroom -e FLASK_ENV=development chatroom-cont:latest

About

A simple chat application, written in Python, that uses RSA to encrypt messages

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published