https://github.com/codexlynx/dummy-implementations
Dummy implementations to explore the details and key aspects of schemes and protocols. Focused now on authentication schemes.
https://github.com/codexlynx/dummy-implementations
authentication kerberos lm nt ntlm
Last synced: 3 months ago
JSON representation
Dummy implementations to explore the details and key aspects of schemes and protocols. Focused now on authentication schemes.
- Host: GitHub
- URL: https://github.com/codexlynx/dummy-implementations
- Owner: codexlynx
- Created: 2022-04-08T20:15:08.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-06-06T18:55:56.000Z (almost 3 years ago)
- Last Synced: 2025-01-06T01:11:24.524Z (5 months ago)
- Topics: authentication, kerberos, lm, nt, ntlm
- Language: Python
- Homepage:
- Size: 8.79 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dummy-implementations
 
Dummy implementations to explore the details and key aspects of schemes and protocols. Focused now on authentication schemes.
* Research
* Reference
* Learning
* Fun!## Description:
Practical implementations of protocols and schemes in real systems add unnecessary noise and complexity that makes them difficult to investigate and study. These dummy implementations seek to represent the details and key aspects of those implementations beyond their formal descriptions (such as RFCs). They are the next step to a flowchart, allowing you to take advantage of the debugging facilities of a language like Python to analyze in depth the logics that compose it.__Features:__
* No network
* No database
* No complex
* No noise## Implementations:
|Directory|Description|Accuracy from formal definition|Accuracy from real implementations|
|---------|-----------|----------------------------|-------------------------------|
|[ad_kerberos_rc4_hmac](ad_kerberos_rc4_hmac)|AD Kerberos with RC4-HMAC encryption|Medium|Medium|