Update README.MD

This commit is contained in:
Bill Buchanan
2021-03-04 19:46:34 +00:00
committed by GitHub
parent 9c59265912
commit 2fbb1323a4

View File

@@ -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)