Skip to content

Commit 175f800

Browse files
committed
update
1 parent 9a54631 commit 175f800

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

YdszTool.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
from http import cookiejar
1010
from base64 import b64encode
1111
from datetime import datetime
12-
from Crypto.Cipher import AES
1312
from requests import get, post
13+
from Cryptodome.Cipher import AES
1414
from urllib3 import disable_warnings
1515
from tkinter import Tk, StringVar, Label, Entry, Button, ttk, END, Checkbutton, Frame
1616

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
pycryptodome==3.15.0
1+
pycryptodomex==3.15.0
22
requests==2.28.1

0 commit comments

Comments
 (0)