use pycryptodomex
This commit is contained in:
parent
7d550555aa
commit
c76fa4ec50
2 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@ import hashlib
|
|||
import json
|
||||
import random
|
||||
|
||||
from Crypto.Cipher import AES
|
||||
from Cryptodome.Cipher import AES
|
||||
|
||||
|
||||
def pad(data):
|
||||
|
|
2
setup.py
2
setup.py
|
@ -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',
|
||||
|
|
Loading…
Add table
Reference in a new issue