Update 'bethany.py'

This commit is contained in:
Dominik Moritz Roth 2020-07-04 10:53:09 +02:00
parent 656e8bd750
commit a61a45c3ac

View File

@ -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