use pycryptodomex

This commit is contained in:
sevos 2024-03-25 00:35:33 +01:00
parent 7d550555aa
commit c76fa4ec50
2 changed files with 2 additions and 2 deletions

View file

@ -3,7 +3,7 @@ import hashlib
import json
import random
from Crypto.Cipher import AES
from Cryptodome.Cipher import AES
def pad(data):