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):

View file

@ -9,7 +9,7 @@ if __name__ == "__main__":
name='py_arkose_generator',
version='0.0.0.2',
packages=find_packages(),
install_requires=['pycryptodome', 'mmh3'],
install_requires=['pycryptodomex', 'mmh3'],
long_description_content_type='text/markdown',
long_description=long_description,
url='https://github.com/Zai-Kun/py-arkose-token-generator/tree/main',