Go to file
2021-09-20 11:34:57 +02:00
.gitignore initial commit 2021-09-20 11:32:55 +02:00
README.md small README 2021-09-20 11:34:57 +02:00
shark.py initial commit 2021-09-20 11:32:55 +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.