mirror of
https://github.com/quasar/Quasar.git
synced 2026-04-25 23:35:58 +03:00
[GH-ISSUE #1052] Keylogger: Failed to decrypt and write logs #757
Labels
No labels
bug
bug
cant-reproduce
discussion
duplicate
easy
enhancement
help wanted
improvement
invalid
need more info
pull-request
question
wont-add
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Quasar#757
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Jean3795 on GitHub (Feb 10, 2022).
Original GitHub issue: https://github.com/quasar/Quasar/issues/1052
Is there a way to fix that? I didn't used to happen and also tried some possible fixes but none of them were successful
@edcdecl commented on GitHub (Feb 10, 2022):
Try #984 and #673
@Jean3795 commented on GitHub (Feb 10, 2022):
I tried deleting all the html files but still can't decrypt
When I went to the other thread #673, it mentions a function in order to decrypt or read the log files, what's that function?
@edcdecl commented on GitHub (Feb 10, 2022):
Is your client on the same version as the server? If it is, are you sure you upgraded the client correctly? Also, if the client that you are trying to access has a different encryption certificate than your server, it may be impossible to get the logs without installing another client (Not sure about this though).
It's this function from a file that was moved (AES.cs). You can't access it normally, however, because it's internal.
@Jean3795 commented on GitHub (Feb 10, 2022):
I'm testing on self and the client has the latest version
How can I verify the encryption certificate?
Also, when I deleted all the html files, why do I still get the files once again, they're meant to be deleted, isn't it?
@MaxXor commented on GitHub (Feb 12, 2022):
Decryption can fail if you previously used an older version of Quasar clients and then updated the clients to latest version. In order to really delete the old log files, you need to delete them remotely. Open the file manager on the affected client(s) and navigate to C:\users<user>\AppData\Roaming\Logs, delete all files in this directory and restart the client. After this all newly created log files can be decrypted again.
When the clients are connecting to your server you can be sure the encryption certificate is correct, otherwise they wouldn't connect.
What do you mean writing log files also fails?
@Jean3795 commented on GitHub (Feb 12, 2022):
I finally solved it, I just deleted all the encrypted logs on C:\users\AppData\Roaming\Logs and then when I tried again it worked well, thanks in regards.