diff options
author | mjfernez <mjfernez@gmail.com> | 2021-04-20 19:22:21 -0400 |
---|---|---|
committer | mjfernez <mjfernez@gmail.com> | 2021-04-20 19:23:19 -0400 |
commit | a6cb129319b5716e76d5c4d5a56353eb3c50b548 (patch) | |
tree | 42cf7cf5fa821944cf3135ba6bcfb9758a0e4980 /presentations-2018 | |
parent | 216ba75e14453b9f13e316fb90e877c2f0b65cd8 (diff) | |
download | non_code-a6cb129319b5716e76d5c4d5a56353eb3c50b548.tar.gz |
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
Diffstat (limited to 'presentations-2018')
-rw-r--r-- | presentations-2018/LICENSE.txt | 12 | ||||
-rw-r--r-- | presentations-2018/README.md | 2 | ||||
-rw-r--r-- | presentations-2018/honeynet-presentation.odp | bin | 1287647 -> 0 bytes | |||
-rw-r--r-- | presentations-2018/honeypot.odp | bin | 4159797 -> 0 bytes | |||
-rw-r--r-- | presentations-2018/keccak.odp | bin | 434792 -> 0 bytes | |||
-rw-r--r-- | presentations-2018/notes-on-keccak-img.txt | 5 |
6 files changed, 0 insertions, 19 deletions
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 Binary files differdeleted file mode 100644 index 00f7ab9..0000000 --- a/presentations-2018/honeynet-presentation.odp +++ /dev/null diff --git a/presentations-2018/honeypot.odp b/presentations-2018/honeypot.odp Binary files differdeleted file mode 100644 index 7abe7d5..0000000 --- a/presentations-2018/honeypot.odp +++ /dev/null diff --git a/presentations-2018/keccak.odp b/presentations-2018/keccak.odp Binary files differdeleted file mode 100644 index 6cd2ab2..0000000 --- a/presentations-2018/keccak.odp +++ /dev/null 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 |