Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -176,9 +176,9 @@ def decrypt_text1(im,in2):
|
|
| 176 |
|
| 177 |
private_key = RSA.import_key(open("private.pem").read())
|
| 178 |
|
| 179 |
-
enc_in=enc_in.strip("b").strip("'")
|
| 180 |
print (f'enc_in 1:: {enc_in}')
|
| 181 |
-
enc_in = bytes(enc_in,"utf-8")
|
| 182 |
|
| 183 |
#enc_in = base64.b64encode(enc_in)
|
| 184 |
print (f'enc_in 2:: {enc_in}')
|
|
|
|
| 176 |
|
| 177 |
private_key = RSA.import_key(open("private.pem").read())
|
| 178 |
|
| 179 |
+
#enc_in=enc_in.strip("b").strip("'")
|
| 180 |
print (f'enc_in 1:: {enc_in}')
|
| 181 |
+
#enc_in = bytes(enc_in,"utf-8")
|
| 182 |
|
| 183 |
#enc_in = base64.b64encode(enc_in)
|
| 184 |
print (f'enc_in 2:: {enc_in}')
|