Go to file
2021-09-21 15:54:29 +02:00
.gitignore Better loss tracking and implemented saving of network-wheights 2021-09-21 09:49:27 +02:00
discriminator.py Fix: Encryption did not correctly increment iv 2021-09-21 15:54:29 +02:00
README.md The way markdown handles newlines is stupidwq 2021-09-20 11:35:29 +02:00
shark.py Fix: Encryption did not correctly increment iv 2021-09-21 15:54:29 +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.