mirror of
https://github.com/login-securite/DonPAPI
synced 2025-04-26 20:47:54 +00:00
update cryptography
This commit is contained in:
parent
c07dd6c01d
commit
46f7e61411
@ -9,7 +9,7 @@ import string
|
||||
import tempfile
|
||||
import traceback
|
||||
|
||||
from Crypto.Cipher import AES
|
||||
from Cryptodome.Cipher import AES
|
||||
|
||||
from donpapi.lazagne.config.constant import constant
|
||||
from donpapi.lazagne.config.module_info import ModuleInfo
|
||||
|
@ -1,8 +1,8 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
from donpapi.lazagne.config.module_info import ModuleInfo
|
||||
from donpapi.lazagne.config.constant import constant
|
||||
# from Crypto.PublicKey import RSA
|
||||
# from Crypto.PublicKey import DSA
|
||||
# from Cryptodome.PublicKey import RSA
|
||||
# from Cryptodome.PublicKey import DSA
|
||||
import os
|
||||
|
||||
|
||||
|
@ -29,7 +29,7 @@ python = "^3.9"
|
||||
impacket = "^0.9.23"
|
||||
pyasn = "^1.6.1"
|
||||
LnkParse3 = "^1.2.0"
|
||||
pycryptodome = "^3.11.0"
|
||||
cryptography = "^40.0.1"
|
||||
|
||||
[tool.poetry.dev-dependencies]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user