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

Make CryptoHelper internal and remove unused methods #1378

Closed
wants to merge 7 commits into from
Closed

Conversation

xPaw
Copy link
Member

@xPaw xPaw commented Jul 19, 2024

This is a prerequisite cleanup for further optimizations (#1318), I don't think these crypto helpers need to be exposed as part of the library.

I've also split classes in Utils into their own files, and deleted WebHelpers as it is unused.

DepotDownloader uses CryptoHelper.SymmetricDecryptECB, but that's easy to copy over. (done)

EDIT: Argh NetHookAnalyzer2 uses CryptoHelper.SymmetricDecrypt (fixed)

@xPaw xPaw requested a review from yaakov-h July 21, 2024 08:54
@xPaw
Copy link
Member Author

xPaw commented Jul 22, 2024

I am currently moving HMAC methods to netfilter, and the only remaining method in CryptoHelper is SymmetricDecrypt, maybe I should leave it public (I've noticed steamdb uses it to decrypt file names).

@xPaw xPaw closed this Jul 22, 2024
@xPaw xPaw deleted the helpers branch July 22, 2024 11:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants