mirror of
https://github.com/billbuchanan/appliedcrypto.git
synced 2026-02-21 19:27:58 +00:00
Update README.md
This commit is contained in:
@@ -331,7 +331,7 @@ Now catch the exception with an exception handler:
|
||||
```python
|
||||
try:
|
||||
plaintext = Padding.removePadding(plaintext,mode='CMS')
|
||||
print " decrypt: "+plaintext
|
||||
print (" decrypt: "+plaintext)
|
||||
except:
|
||||
print("Error!")
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user