Spaces:
Runtime error
Runtime error
Update crypt.py
Browse files
crypt.py
CHANGED
@@ -333,7 +333,7 @@ def encrypt_trans(data,pub_key):
|
|
333 |
|
334 |
def decrypt_trans(data,im):
|
335 |
print(f' DATA ::: {data}')
|
336 |
-
enc_in = data
|
337 |
#print(f' KEY ::: {key}')
|
338 |
#private_key =key
|
339 |
#enc_in = decode(im)
|
|
|
333 |
|
334 |
def decrypt_trans(data,im):
|
335 |
print(f' DATA ::: {data}')
|
336 |
+
enc_in = eval(data)
|
337 |
#print(f' KEY ::: {key}')
|
338 |
#private_key =key
|
339 |
#enc_in = decode(im)
|