Skip to content
Snippets Groups Projects
Commit 43b4e020 authored by Dominik Fuhrmann's avatar Dominik Fuhrmann
Browse files

raspi as server

parent e8cc947c
No related branches found
No related tags found
No related merge requests found
...@@ -97,7 +97,7 @@ def load_public_key(): ...@@ -97,7 +97,7 @@ def load_public_key():
return public_key return public_key
def main(): def main():
host = '192.168.178.51' host = '192.168.178.63'
port = 12345 port = 12345
# Load the public RSA key (for encrypting the symmetric key) # Load the public RSA key (for encrypting the symmetric key)
......
...@@ -128,7 +128,7 @@ def decrypt_message(algorithm, key, encrypted_message): ...@@ -128,7 +128,7 @@ def decrypt_message(algorithm, key, encrypted_message):
# Define server configuration # Define server configuration
def main(): def main():
host = '192.168.178.51' host = '192.168.178.63'
port = 12345 port = 12345
# Load RSA private key # Load RSA private key
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment