Go to file
2019-11-12 15:24:37 +01:00
.idea Patched errors 2019-11-12 15:24:37 +01:00
utils Patched errors 2019-11-12 15:24:37 +01:00
.clients_keys Patched errors 2019-11-12 15:24:37 +01:00
.hosts_keys Prepared Session managment 2019-11-12 12:57:54 +01:00
client_test_1.py initial commit 2019-11-06 14:23:34 +01:00
client_test_2.py split home made libs, begin encryption part 2019-11-06 17:48:42 +01:00
client_test_3.py Patched errors 2019-11-12 15:24:37 +01:00
decrypted_file.txt initial commit 2019-11-06 14:23:34 +01:00
encrypted_file.data initial commit 2019-11-06 14:23:34 +01:00
keys_manager_1.py retreived keys_manager_1.py 2019-11-06 14:29:01 +01:00
not_encrypted_file.txt initial commit 2019-11-06 14:23:34 +01:00
private_key.key initial commit 2019-11-06 14:23:34 +01:00
public_key.pub initial commit 2019-11-06 14:23:34 +01:00
README.md readme update (lib to be installed) 2019-11-08 17:01:48 +01:00
server_test_1.py initial commit 2019-11-06 14:23:34 +01:00
server_test_2.py split home made libs, begin encryption part 2019-11-06 17:48:42 +01:00
server_test_3.py Patched errors 2019-11-12 15:24:37 +01:00

Projet_crypto_1

Simple authentication server implementation

  • Generate keys
  • Store generated keys
  • Load stored keys from file
  • If keys do not exist, create it

Libs to install (PIP)