You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
from utils.aes import ecb_chosen_plaintext_attack_alt
from utils.encoding import ints_to_str
from utils.oracles import ecb_oracle_harder
expected_result = """Rollin' in my 5.0\nWith my rag-top down so my hair can blow\nThe girlies on standby waving just to say hi\nDid you stop? No, I just drove by\n\x01"""
result = ecb_chosen_plaintext_attack_alt(ecb_oracle_harder)