Go to file
2021-09-21 12:57:55 +02:00
.gitignore Better loss tracking and implemented saving of network-wheights 2021-09-21 09:49:27 +02:00
discriminator.py Higher lr; still wont work (gives false in 100% of tests) 2021-09-21 12:57:55 +02:00
README.md The way markdown handles newlines is stupidwq 2021-09-20 11:35:29 +02:00
shark.py Started implementation of the PPT-Attacker 2021-09-21 09:14:31 +02:00

Shark

Shark is a sha256+xor based encryption.
I made it because I want to try to break it.
(Precisely: Show it does not provide semantic security, because it is not IND-CPA-secure)
This will work iff I succeed in building a PPT-discriminator for sha256 from randomness
As my first approach this discriminator will be based on an LSTM-network.