Update 'bethany.py'
This commit is contained in:
parent
656e8bd750
commit
a61a45c3ac
@ -8,6 +8,12 @@
|
|||||||
# And still here we are:
|
# And still here we are:
|
||||||
# This script is able to decrypt any ciphertext encrypted using lazarus :D
|
# 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.curve import P256
|
||||||
from fastecdsa.point import Point
|
from fastecdsa.point import Point
|
||||||
from fastecdsa import util
|
from fastecdsa import util
|
||||||
|
Loading…
Reference in New Issue
Block a user