From a6cb129319b5716e76d5c4d5a56353eb3c50b548 Mon Sep 17 00:00:00 2001 From: mjfernez Date: Tue, 20 Apr 2021 19:22:21 -0400 Subject: Reorganized and added more presentations Created a jjay-d4cs folder to distinguish from older presentations which I can't find atm. Also added pentest and forensic example reports Also re-licensed to public domain --- presentations-2018/LICENSE.txt | 12 ------------ presentations-2018/README.md | 2 -- presentations-2018/honeynet-presentation.odp | Bin 1287647 -> 0 bytes presentations-2018/honeypot.odp | Bin 4159797 -> 0 bytes presentations-2018/keccak.odp | Bin 434792 -> 0 bytes presentations-2018/notes-on-keccak-img.txt | 5 ----- 6 files changed, 19 deletions(-) delete mode 100644 presentations-2018/LICENSE.txt delete mode 100644 presentations-2018/README.md delete mode 100644 presentations-2018/honeynet-presentation.odp delete mode 100644 presentations-2018/honeypot.odp delete mode 100644 presentations-2018/keccak.odp delete mode 100644 presentations-2018/notes-on-keccak-img.txt (limited to 'presentations-2018') diff --git a/presentations-2018/LICENSE.txt b/presentations-2018/LICENSE.txt deleted file mode 100644 index 40575b7..0000000 --- a/presentations-2018/LICENSE.txt +++ /dev/null @@ -1,12 +0,0 @@ - - -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 deleted file mode 100644 index 6341d4c..0000000 --- a/presentations-2018/README.md +++ /dev/null @@ -1,2 +0,0 @@ -Presentations from my 2018 classes - diff --git a/presentations-2018/honeynet-presentation.odp b/presentations-2018/honeynet-presentation.odp deleted file mode 100644 index 00f7ab9..0000000 Binary files a/presentations-2018/honeynet-presentation.odp and /dev/null differ diff --git a/presentations-2018/honeypot.odp b/presentations-2018/honeypot.odp deleted file mode 100644 index 7abe7d5..0000000 Binary files a/presentations-2018/honeypot.odp and /dev/null differ diff --git a/presentations-2018/keccak.odp b/presentations-2018/keccak.odp deleted file mode 100644 index 6cd2ab2..0000000 Binary files a/presentations-2018/keccak.odp and /dev/null differ diff --git a/presentations-2018/notes-on-keccak-img.txt b/presentations-2018/notes-on-keccak-img.txt deleted file mode 100644 index 1c801b9..0000000 --- a/presentations-2018/notes-on-keccak-img.txt +++ /dev/null @@ -1,5 +0,0 @@ -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 -- cgit v1.2.3