diff --git a/.gitignore b/.gitignore index 7fb05db..f972239 100644 --- a/.gitignore +++ b/.gitignore @@ -69,7 +69,7 @@ Temporary Items .apdisk .idea/ +Lab04/content/part1/analyse/tool +Lab04/content/part1/encrypt/tool Lab04/content/part4/crackstation.txt -*.png -Lab04/part01-analyse/tool -Lab04/part02-encrypt/tool \ No newline at end of file +*.png \ No newline at end of file diff --git a/Lab04/part01-analyse/go.mod b/Lab04/content/part1/analyse/go.mod similarity index 100% rename from Lab04/part01-analyse/go.mod rename to Lab04/content/part1/analyse/go.mod diff --git a/Lab04/part01-analyse/go.sum b/Lab04/content/part1/analyse/go.sum similarity index 100% rename from Lab04/part01-analyse/go.sum rename to Lab04/content/part1/analyse/go.sum diff --git a/Lab04/part01-analyse/main.go b/Lab04/content/part1/analyse/main.go similarity index 100% rename from Lab04/part01-analyse/main.go rename to Lab04/content/part1/analyse/main.go diff --git a/Lab04/part01-analyse/makefile b/Lab04/content/part1/analyse/makefile similarity index 100% rename from Lab04/part01-analyse/makefile rename to Lab04/content/part1/analyse/makefile diff --git a/Lab04/part01-analyse/plaintext.txt b/Lab04/content/part1/analyse/plaintext.txt similarity index 100% rename from Lab04/part01-analyse/plaintext.txt rename to Lab04/content/part1/analyse/plaintext.txt diff --git a/Lab04/part01-encrypt/go.mod b/Lab04/content/part1/encrypt/go.mod similarity index 100% rename from Lab04/part01-encrypt/go.mod rename to Lab04/content/part1/encrypt/go.mod diff --git a/Lab04/part01-encrypt/go.sum b/Lab04/content/part1/encrypt/go.sum similarity index 100% rename from Lab04/part01-encrypt/go.sum rename to Lab04/content/part1/encrypt/go.sum diff --git a/Lab04/part01-encrypt/input.txt b/Lab04/content/part1/encrypt/input.txt similarity index 100% rename from Lab04/part01-encrypt/input.txt rename to Lab04/content/part1/encrypt/input.txt diff --git a/Lab04/part01-encrypt/main.go b/Lab04/content/part1/encrypt/main.go similarity index 100% rename from Lab04/part01-encrypt/main.go rename to Lab04/content/part1/encrypt/main.go diff --git a/Lab04/part01-encrypt/makefile b/Lab04/content/part1/encrypt/makefile similarity index 100% rename from Lab04/part01-encrypt/makefile rename to Lab04/content/part1/encrypt/makefile diff --git a/Lab04/part01-encrypt/output.txt b/Lab04/content/part1/encrypt/output.txt similarity index 100% rename from Lab04/part01-encrypt/output.txt rename to Lab04/content/part1/encrypt/output.txt