Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -163,7 +163,7 @@ def decrypt_text1(im,in2):
|
|
| 163 |
print (f'enc_session_key::{enc_session_key}')
|
| 164 |
print (f'nonce::{nonce}')
|
| 165 |
print (f'tag::{tag}')
|
| 166 |
-
print (f'ciphertext::{
|
| 167 |
|
| 168 |
|
| 169 |
|
|
|
|
| 163 |
print (f'enc_session_key::{enc_session_key}')
|
| 164 |
print (f'nonce::{nonce}')
|
| 165 |
print (f'tag::{tag}')
|
| 166 |
+
print (f'ciphertext::{ciphertext}')
|
| 167 |
|
| 168 |
|
| 169 |
|