Update README.md

This commit is contained in:
Bill Buchanan
2021-02-18 21:52:04 +00:00
committed by GitHub
parent c37994a113
commit 745b67e592

View File

@@ -489,8 +489,8 @@ key = RSA.generate(2048)
binPrivKey = key.exportKey('PEM')
binPubKey = key.publickey().exportKey('PEM')
print binPrivKey
print binPubKey
print (binPrivKey)
print (binPubKey)
```