From a61a45c3ac270de998bbe9afa7352da7fe81e4f4 Mon Sep 17 00:00:00 2001 From: Dominik Moritz Roth Date: Sat, 4 Jul 2020 10:53:09 +0200 Subject: [PATCH] Update 'bethany.py' --- bethany.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/bethany.py b/bethany.py index 196ce4f..5dc0d1b 100644 --- a/bethany.py +++ b/bethany.py @@ -8,6 +8,12 @@ # And still here we are: # This script is able to decrypt any ciphertext encrypted using lazarus :D +# Note: Thats the idea; its not functional yet... Mostly because CBC turns out +# to be a harder opponent then I throught, even for stream-ciphers... +# Im probably going to need to make some changes to the implementation-specifics +# in order to make breaking it possible without adding artificual correlations +# in the pre-Omega ciphertext... + from fastecdsa.curve import P256 from fastecdsa.point import Point from fastecdsa import util