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