mirror of
https://github.com/billbuchanan/appliedcrypto.git
synced 2026-02-22 11:48:11 +00:00
Update README.MD
This commit is contained in:
@@ -466,7 +466,7 @@ for password in passwords:
|
||||
try:
|
||||
pfx = open(str, 'rb').read()
|
||||
|
||||
p12 = OpenSSL.crypto.load_pkcs12(pfx, password)
|
||||
p12 = OpenSSL.crypto.load_pkcs12(pfx, password.encode())
|
||||
print ("Found: ",password)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user