Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -24,7 +24,7 @@ def create_key(passw):
|
|
| 24 |
iterations=480000,
|
| 25 |
)
|
| 26 |
|
| 27 |
-
return
|
| 28 |
|
| 29 |
|
| 30 |
def encrypt(passw=None,mes=None,img=None,document=None):
|
|
|
|
| 24 |
iterations=480000,
|
| 25 |
)
|
| 26 |
|
| 27 |
+
return kdf
|
| 28 |
|
| 29 |
|
| 30 |
def encrypt(passw=None,mes=None,img=None,document=None):
|