diff --git a/7-SGX_Hands-on/.gitkeep b/7-SGX_Hands-on/.gitkeep deleted file mode 100644 index e69de29..0000000 diff --git a/7-SGX_Hands-on/doc/abgabe.pdf b/7-SGX_Hands-on/doc/abgabe.pdf deleted file mode 100644 index 4dca903..0000000 Binary files a/7-SGX_Hands-on/doc/abgabe.pdf and /dev/null differ diff --git a/Assignment 7 - SGX Hands-on/.gitkeep b/Assignment 7 - SGX Hands-on/.gitkeep deleted file mode 100644 index e69de29..0000000 diff --git a/7-SGX_Hands-on/LICENSE b/Assignment 7 - SGX Hands-on/LICENSE similarity index 100% rename from 7-SGX_Hands-on/LICENSE rename to Assignment 7 - SGX Hands-on/LICENSE diff --git a/7-SGX_Hands-on/README.md b/Assignment 7 - SGX Hands-on/README.md similarity index 100% rename from 7-SGX_Hands-on/README.md rename to Assignment 7 - SGX Hands-on/README.md diff --git a/7-SGX_Hands-on/doc/abgabe.typ b/Assignment 7 - SGX Hands-on/doc/abgabe.typ similarity index 100% rename from 7-SGX_Hands-on/doc/abgabe.typ rename to Assignment 7 - SGX Hands-on/doc/abgabe.typ diff --git a/7-SGX_Hands-on/doc/correct-signature.png b/Assignment 7 - SGX Hands-on/doc/correct-signature.png similarity index 100% rename from 7-SGX_Hands-on/doc/correct-signature.png rename to Assignment 7 - SGX Hands-on/doc/correct-signature.png diff --git a/7-SGX_Hands-on/doc/unknown-signature.png b/Assignment 7 - SGX Hands-on/doc/unknown-signature.png similarity index 100% rename from 7-SGX_Hands-on/doc/unknown-signature.png rename to Assignment 7 - SGX Hands-on/doc/unknown-signature.png diff --git a/7-SGX_Hands-on/employee_keys/alice_private.pem b/Assignment 7 - SGX Hands-on/employee_keys/alice_private.pem similarity index 100% rename from 7-SGX_Hands-on/employee_keys/alice_private.pem rename to Assignment 7 - SGX Hands-on/employee_keys/alice_private.pem diff --git a/7-SGX_Hands-on/employee_keys/alice_public.pem b/Assignment 7 - SGX Hands-on/employee_keys/alice_public.pem similarity index 100% rename from 7-SGX_Hands-on/employee_keys/alice_public.pem rename to Assignment 7 - SGX Hands-on/employee_keys/alice_public.pem diff --git a/7-SGX_Hands-on/employee_keys/bob_private.pem b/Assignment 7 - SGX Hands-on/employee_keys/bob_private.pem similarity index 100% rename from 7-SGX_Hands-on/employee_keys/bob_private.pem rename to Assignment 7 - SGX Hands-on/employee_keys/bob_private.pem diff --git a/7-SGX_Hands-on/employee_keys/bob_public.pem b/Assignment 7 - SGX Hands-on/employee_keys/bob_public.pem similarity index 100% rename from 7-SGX_Hands-on/employee_keys/bob_public.pem rename to Assignment 7 - SGX Hands-on/employee_keys/bob_public.pem diff --git a/7-SGX_Hands-on/employee_keys/oskar_private.pem b/Assignment 7 - SGX Hands-on/employee_keys/oskar_private.pem similarity index 100% rename from 7-SGX_Hands-on/employee_keys/oskar_private.pem rename to Assignment 7 - SGX Hands-on/employee_keys/oskar_private.pem diff --git a/7-SGX_Hands-on/employee_keys/oskar_public.pem b/Assignment 7 - SGX Hands-on/employee_keys/oskar_public.pem similarity index 100% rename from 7-SGX_Hands-on/employee_keys/oskar_public.pem rename to Assignment 7 - SGX Hands-on/employee_keys/oskar_public.pem diff --git a/7-SGX_Hands-on/flake.lock b/Assignment 7 - SGX Hands-on/flake.lock similarity index 100% rename from 7-SGX_Hands-on/flake.lock rename to Assignment 7 - SGX Hands-on/flake.lock diff --git a/7-SGX_Hands-on/flake.nix b/Assignment 7 - SGX Hands-on/flake.nix similarity index 100% rename from 7-SGX_Hands-on/flake.nix rename to Assignment 7 - SGX Hands-on/flake.nix diff --git a/7-SGX_Hands-on/src/Makefile b/Assignment 7 - SGX Hands-on/src/Makefile similarity index 100% rename from 7-SGX_Hands-on/src/Makefile rename to Assignment 7 - SGX Hands-on/src/Makefile diff --git a/7-SGX_Hands-on/src/app/embedded_device.c b/Assignment 7 - SGX Hands-on/src/app/embedded_device.c similarity index 100% rename from 7-SGX_Hands-on/src/app/embedded_device.c rename to Assignment 7 - SGX Hands-on/src/app/embedded_device.c diff --git a/7-SGX_Hands-on/src/app/embedded_device.h b/Assignment 7 - SGX Hands-on/src/app/embedded_device.h similarity index 100% rename from 7-SGX_Hands-on/src/app/embedded_device.h rename to Assignment 7 - SGX Hands-on/src/app/embedded_device.h diff --git a/7-SGX_Hands-on/src/app/employee.c b/Assignment 7 - SGX Hands-on/src/app/employee.c similarity index 100% rename from 7-SGX_Hands-on/src/app/employee.c rename to Assignment 7 - SGX Hands-on/src/app/employee.c diff --git a/7-SGX_Hands-on/src/app/employee.h b/Assignment 7 - SGX Hands-on/src/app/employee.h similarity index 100% rename from 7-SGX_Hands-on/src/app/employee.h rename to Assignment 7 - SGX Hands-on/src/app/employee.h diff --git a/7-SGX_Hands-on/src/app/main.c b/Assignment 7 - SGX Hands-on/src/app/main.c similarity index 100% rename from 7-SGX_Hands-on/src/app/main.c rename to Assignment 7 - SGX Hands-on/src/app/main.c diff --git a/7-SGX_Hands-on/src/app/proxy.c b/Assignment 7 - SGX Hands-on/src/app/proxy.c similarity index 100% rename from 7-SGX_Hands-on/src/app/proxy.c rename to Assignment 7 - SGX Hands-on/src/app/proxy.c diff --git a/7-SGX_Hands-on/src/app/proxy.h b/Assignment 7 - SGX Hands-on/src/app/proxy.h similarity index 100% rename from 7-SGX_Hands-on/src/app/proxy.h rename to Assignment 7 - SGX Hands-on/src/app/proxy.h diff --git a/7-SGX_Hands-on/src/app/proxysetup.c b/Assignment 7 - SGX Hands-on/src/app/proxysetup.c similarity index 100% rename from 7-SGX_Hands-on/src/app/proxysetup.c rename to Assignment 7 - SGX Hands-on/src/app/proxysetup.c diff --git a/7-SGX_Hands-on/src/app/proxysetup.h b/Assignment 7 - SGX Hands-on/src/app/proxysetup.h similarity index 100% rename from 7-SGX_Hands-on/src/app/proxysetup.h rename to Assignment 7 - SGX Hands-on/src/app/proxysetup.h diff --git a/7-SGX_Hands-on/src/app/util.c b/Assignment 7 - SGX Hands-on/src/app/util.c similarity index 100% rename from 7-SGX_Hands-on/src/app/util.c rename to Assignment 7 - SGX Hands-on/src/app/util.c diff --git a/7-SGX_Hands-on/src/app/util.h b/Assignment 7 - SGX Hands-on/src/app/util.h similarity index 100% rename from 7-SGX_Hands-on/src/app/util.h rename to Assignment 7 - SGX Hands-on/src/app/util.h diff --git a/7-SGX_Hands-on/src/enclave/enclave.c b/Assignment 7 - SGX Hands-on/src/enclave/enclave.c similarity index 100% rename from 7-SGX_Hands-on/src/enclave/enclave.c rename to Assignment 7 - SGX Hands-on/src/enclave/enclave.c diff --git a/7-SGX_Hands-on/src/enclave/enclave.config.xml b/Assignment 7 - SGX Hands-on/src/enclave/enclave.config.xml similarity index 100% rename from 7-SGX_Hands-on/src/enclave/enclave.config.xml rename to Assignment 7 - SGX Hands-on/src/enclave/enclave.config.xml diff --git a/7-SGX_Hands-on/src/enclave/enclave.edl b/Assignment 7 - SGX Hands-on/src/enclave/enclave.edl similarity index 100% rename from 7-SGX_Hands-on/src/enclave/enclave.edl rename to Assignment 7 - SGX Hands-on/src/enclave/enclave.edl diff --git a/7-SGX_Hands-on/src/enclave/enclave.h b/Assignment 7 - SGX Hands-on/src/enclave/enclave.h similarity index 100% rename from 7-SGX_Hands-on/src/enclave/enclave.h rename to Assignment 7 - SGX Hands-on/src/enclave/enclave.h diff --git a/7-SGX_Hands-on/src/enclave/enclave.lds b/Assignment 7 - SGX Hands-on/src/enclave/enclave.lds similarity index 100% rename from 7-SGX_Hands-on/src/enclave/enclave.lds rename to Assignment 7 - SGX Hands-on/src/enclave/enclave.lds diff --git a/7-SGX_Hands-on/src/enclave/enclave_private.pem b/Assignment 7 - SGX Hands-on/src/enclave/enclave_private.pem similarity index 100% rename from 7-SGX_Hands-on/src/enclave/enclave_private.pem rename to Assignment 7 - SGX Hands-on/src/enclave/enclave_private.pem diff --git a/7-SGX_Hands-on/src/setup b/Assignment 7 - SGX Hands-on/src/setup similarity index 100% rename from 7-SGX_Hands-on/src/setup rename to Assignment 7 - SGX Hands-on/src/setup diff --git a/7-SGX_Hands-on/src/simulate b/Assignment 7 - SGX Hands-on/src/simulate similarity index 100% rename from 7-SGX_Hands-on/src/simulate rename to Assignment 7 - SGX Hands-on/src/simulate