-
Updated
Jan 9, 2020 - Python
cryptanalysis
Here are 115 public repositories matching this topic...
-
Updated
Jul 7, 2020 - Python
-
Updated
Jun 24, 2020 - HTML
-
Updated
Jan 23, 2020 - Python
-
Updated
Apr 9, 2019 - C
-
Updated
Mar 28, 2020 - Python
-
Updated
Sep 19, 2017
-
Updated
Aug 6, 2018 - C
-
Updated
Aug 13, 2018 - C
Improve the documentation to include a more thorough description of what the software does and how it does it.
- Ensure there are clear examples that show how to perform all common tasks.
- Check that the dependency list is correct
- Check that the apt-get statement is sufficient on a clean Ubuntu install.
- Describe file name format.
-
Updated
Sep 23, 2017 - Go
-
Updated
Apr 1, 2020 - TeX
-
Updated
Feb 12, 2018 - Rust
-
Updated
Jun 4, 2018 - Go
-
Updated
May 7, 2019 - Python
The current hardcoded solution takes too long for examples which can be cracked with only 2 trials. I need to come up with a way to estimate what the best settings are for a given ciphertext. This might be a job for torched (or whatever I'm calling the CLI) I could look at ciphertext length for this metric.
-
Updated
May 10, 2020 - Python
-
Updated
Nov 21, 2018 - Python
-
Updated
Feb 3, 2017 - Python
-
Updated
Jun 9, 2019 - Python
-
Updated
Jan 4, 2017 - JavaScript
-
Updated
Sep 26, 2016 - C
-
Updated
Jun 25, 2020 - Python
-
Updated
Apr 12, 2020 - Go
-
Updated
Jan 4, 2017 - Python
-
Updated
May 21, 2020 - C
-
Updated
Jun 30, 2020 - C++
Improve this page
Add a description, image, and links to the cryptanalysis topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the cryptanalysis topic, visit your repo's landing page and select "manage topics."
There appears to be a broken method in hash extend that is not valid due to it missing a def ():
In addition to this, there appears to be no body for the method.
https://github.com/nccgroup/featherduster/blob/52ed10dc441c45649ce4f4bedbf59bb72c63cda8/feathermodules/hash/hash_extend.py#L11