Skip to content

feat(dpapi): implement DPAPI #381

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

Merged
merged 12 commits into from
Feb 27, 2025
Merged

feat(dpapi): implement DPAPI #381

merged 12 commits into from
Feb 27, 2025

Conversation

@TheBestTvarynka TheBestTvarynka self-assigned this Feb 26, 2025
MS-GKDI structures and DPAPI Blob encoding/decoding.

Docs & references:

* [[MS-GKDI]: Group Key Distribution
Protocol](https://learn.microsoft.com/en-us/openspecs/windows_protocols/ms-gkdi/943dd4f6-6b80-4a66-8594-80df6d2aad0a).
* [jborean93/dpapi-ng](https://github.com/jborean93/dpapi-ng/tree/main).
@TheBestTvarynka TheBestTvarynka force-pushed the dev/dpapi branch 2 times, most recently from ec0b98a to 4ce3873 Compare February 26, 2025 16:56
@TheBestTvarynka TheBestTvarynka marked this pull request as ready for review February 26, 2025 17:25
Copy link
Member

@CBenoit CBenoit left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Here we go! Great work, thank you! 🎉

@CBenoit CBenoit merged commit 66cd938 into master Feb 27, 2025
42 checks passed
@CBenoit CBenoit deleted the dev/dpapi branch February 27, 2025 03:01
@CBenoit CBenoit changed the title fear(dpapi): implement DPAPI feat(dpapi): implement DPAPI Feb 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Support SECBUFFER_READONLY_WITH_CHECKSUM in EncryptMessage and DecryptMessage
2 participants