./dr3dd

  • Simple Attack On AES-ECB Mode

    PicoCTF-18 (SpyFi ,300 pt) In this challange they use AES-ECB mode which we know it is quite vulnerable. If you dont know how AES-ECB works i would suggest to read about first. AES-ECB AES-ECB Encryption and Decryption flow chart Now come to the challange #!/usr/bin/python2 -u from Crypto.Cipher import AES...