Refactor RSA client and server structure: remove old files, add main.py, and update Dockerfiles for new entry points
This commit is contained in:
parent
27c37167d6
commit
6b7c09324f
6 changed files with 28 additions and 23 deletions
10
RSA/client/main.py
Normal file
10
RSA/client/main.py
Normal file
|
@ -0,0 +1,10 @@
|
|||
from flask import *
|
||||
import OpenSSL as ssl
|
||||
import requests
|
||||
|
||||
public_serv= open("./server/ssl.public.key")
|
||||
data='Hello World !'
|
||||
|
||||
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue