aboutsummaryrefslogtreecommitdiffstats
path: root/presentations-2018
diff options
context:
space:
mode:
Diffstat (limited to 'presentations-2018')
-rw-r--r--presentations-2018/LICENSE.txt12
-rw-r--r--presentations-2018/README.md2
-rw-r--r--presentations-2018/honeynet-presentation.odpbin0 -> 1287647 bytes
-rw-r--r--presentations-2018/honeypot.odpbin0 -> 4159797 bytes
-rw-r--r--presentations-2018/keccak.odpbin0 -> 434792 bytes
-rw-r--r--presentations-2018/notes-on-keccak-img.txt5
6 files changed, 19 insertions, 0 deletions
diff --git a/presentations-2018/LICENSE.txt b/presentations-2018/LICENSE.txt
new file mode 100644
index 0000000..40575b7
--- /dev/null
+++ b/presentations-2018/LICENSE.txt
@@ -0,0 +1,12 @@
+
+
+MIT License
+
+Copyright (c) 2018 Mike
+
+Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
diff --git a/presentations-2018/README.md b/presentations-2018/README.md
new file mode 100644
index 0000000..6341d4c
--- /dev/null
+++ b/presentations-2018/README.md
@@ -0,0 +1,2 @@
+Presentations from my 2018 classes
+
diff --git a/presentations-2018/honeynet-presentation.odp b/presentations-2018/honeynet-presentation.odp
new file mode 100644
index 0000000..00f7ab9
--- /dev/null
+++ b/presentations-2018/honeynet-presentation.odp
Binary files differ
diff --git a/presentations-2018/honeypot.odp b/presentations-2018/honeypot.odp
new file mode 100644
index 0000000..7abe7d5
--- /dev/null
+++ b/presentations-2018/honeypot.odp
Binary files differ
diff --git a/presentations-2018/keccak.odp b/presentations-2018/keccak.odp
new file mode 100644
index 0000000..6cd2ab2
--- /dev/null
+++ b/presentations-2018/keccak.odp
Binary files differ
diff --git a/presentations-2018/notes-on-keccak-img.txt b/presentations-2018/notes-on-keccak-img.txt
new file mode 100644
index 0000000..1c801b9
--- /dev/null
+++ b/presentations-2018/notes-on-keccak-img.txt
@@ -0,0 +1,5 @@
+Input is padded by padding function
+This is split into chunks of r bits
+Each of these is fed into the sponge function
+In the “absorbing phase” bits are XORed with the first 1088 bits of 1600 bits of zeros and scrambled by the f function for 24 rounds
+The result is “squeezed out” by taking out the first r bits of the absorbing phase output and further truncated to 256 bits