Skip to content

Commit

Permalink
updated our file manager and uploader to support username flag
Browse files Browse the repository at this point in the history
  • Loading branch information
lunamidori5 committed Nov 15, 2024
1 parent bd6cfcf commit 63d09da
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Webserver/Programs/File_manager/file_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,8 @@ def decrypt_user_data(encrypted_data, username, salt):
decrypted_data = cipher.decrypt(encrypted_data).decode()
return decrypted_data



def upload_to_midori_ai():
print("Please enter a token to encrypt your data before sending it to Midori AI")
print("Midori AI will not get this token, please record this token in a safe place")
Expand Down

0 comments on commit 63d09da

Please sign in to comment.