Skip to content

Commit

Permalink
Merge pull request lanjelot#154 from fvcr/master
Browse files Browse the repository at this point in the history
Switched from pycrypto to pycryptodomex
  • Loading branch information
lanjelot authored Jan 29, 2021
2 parents 642a6f4 + f3983f3 commit 5947f5f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion patator.py
Original file line number Diff line number Diff line change
Expand Up @@ -4248,7 +4248,7 @@ def execute(self, host, port='3389', user=None, password=None):

# VNC {{{
try:
from Crypto.Cipher import DES
from Cryptodome.Cipher import DES
except ImportError:
notfound.append('pycrypto')

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ pyopenssl
cx_Oracle
mysqlclient
psycopg2-binary
pycrypto
pycryptodomex
dnspython
IPy
pysnmp
Expand Down

0 comments on commit 5947f5f

Please sign in to comment.