{"id":23714137,"url":"https://github.com/p0dalirius/windows-cryptographic-and-hashing-algorithms-explained","last_synced_at":"2025-09-03T18:31:48.799Z","repository":{"id":222689677,"uuid":"541977604","full_name":"p0dalirius/windows-cryptographic-and-hashing-algorithms-explained","owner":"p0dalirius","description":"Detailed explanation of Windows cryptographic algorithms, with examples and schemes.","archived":false,"fork":false,"pushed_at":"2024-11-28T07:40:11.000Z","size":2282,"stargazers_count":20,"open_issues_count":0,"forks_count":3,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-08-27T06:48:18.101Z","etag":null,"topics":["cryptography","windows"],"latest_commit_sha":null,"homepage":"https://podalirius.net","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/p0dalirius.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"p0dalirius","patreon":"Podalirius"}},"created_at":"2022-09-27T08:21:06.000Z","updated_at":"2025-06-24T14:09:36.000Z","dependencies_parsed_at":"2024-02-15T17:54:18.722Z","dependency_job_id":"0a0ef354-44bf-4dc7-b7c9-60a14aafc3ff","html_url":"https://github.com/p0dalirius/windows-cryptographic-and-hashing-algorithms-explained","commit_stats":null,"previous_names":["p0dalirius/windows-cryptography-explained","p0dalirius/windows-cryptographic-and-hashing-algorithms-explained"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/p0dalirius/windows-cryptographic-and-hashing-algorithms-explained","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/p0dalirius%2Fwindows-cryptographic-and-hashing-algorithms-explained","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/p0dalirius%2Fwindows-cryptographic-and-hashing-algorithms-explained/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/p0dalirius%2Fwindows-cryptographic-and-hashing-algorithms-explained/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/p0dalirius%2Fwindows-cryptographic-and-hashing-algorithms-explained/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/p0dalirius","download_url":"https://codeload.github.com/p0dalirius/windows-cryptographic-and-hashing-algorithms-explained/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/p0dalirius%2Fwindows-cryptographic-and-hashing-algorithms-explained/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273489770,"owners_count":25115018,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-03T02:00:09.631Z","response_time":76,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cryptography","windows"],"created_at":"2024-12-30T20:14:22.886Z","updated_at":"2025-09-03T18:31:48.369Z","avatar_url":"https://github.com/p0dalirius.png","language":"Python","funding_links":["https://github.com/sponsors/p0dalirius","https://patreon.com/Podalirius"],"categories":[],"sub_categories":[],"readme":"![](./.github/banner.png)\n\n---\n\n\u003cp align=\"center\"\u003e\n  Detailed explanation of Windows cryptographic algorithms, with examples and schemes.\n  \u003cbr\u003e\n  \u003ca href=\"https://twitter.com/intent/follow?screen_name=podalirius_\" title=\"Follow\"\u003e\u003cimg src=\"https://img.shields.io/twitter/follow/podalirius_?label=Podalirius\u0026style=social\"\u003e\u003c/a\u003e\n  \u003ca href=\"https://www.youtube.com/c/Podalirius_?sub_confirmation=1\" title=\"Subscribe\"\u003e\u003cimg alt=\"YouTube Channel Subscribers\" src=\"https://img.shields.io/youtube/channel/subscribers/UCF_x5O7CSfr82AfNVTKOv_A?style=social\"\u003e\u003c/a\u003e\n  \u003cbr\u003e\n\u003c/p\u003e\n\n## Description\n\nThis project provides a detailed explanation of Windows cryptographic algorithms, with examples and schemes. It covers various aspects of Windows cryptography, including hash functions, protocols, and storage methods. The goal is to provide a comprehensive understanding of Windows cryptographic mechanisms and their security implications.\n\n## Hashes\n\n- [Lan Man (LM)](./Hashes/Lan%20Man%20%28LM%29)\n- [New Technology Lan Man (NT)](./Hashes/New%20Technology%20Lan%20Man%20%28NT%29)\n- [Domain Cached Credentials (DCC)](./Hashes/Domain%20Cached%20Credentials%20%28DCC%29)\n- [Domain Cached Credentials v2 (DCC2)](./Hashes/Domain%20Cached%20Credentials%20v2%20%28DCC2%29)\n\n## Protocols\n\n- [NTLM](./Protocols/NTLM/)\n  - [NTLMv1](./Protocols/NTLM/NTLMv1)\n  - [NTLMv1-SSP](./Protocols/NTLM/NTLMv1-SSP)\n  - [NTLMv2](./Protocols/NTLM/NTLMv2)\n  - [NTLMv2-SSP](./Protocols/NTLM/NTLMv2-SSP)\n\n- [Kerberos](./Protocols/Kerberos/)\n  - [aes128-cts-hmac-sha1-96](./Protocols/Kerberos/aes128-cts-hmac-sha1-96)\n  - [aes256-cts-hmac-sha1-96](./Protocols/Kerberos/aes256-cts-hmac-sha1-96)\n\n## Storage Methods\n\n- [Group-Policy-Preferences-Passwords](./Storage-Methods/Group-Policy-Preferences-Passwords/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fp0dalirius%2Fwindows-cryptographic-and-hashing-algorithms-explained","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fp0dalirius%2Fwindows-cryptographic-and-hashing-algorithms-explained","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fp0dalirius%2Fwindows-cryptographic-and-hashing-algorithms-explained/lists"}