An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

        

# dummy-implementations

![](https://img.shields.io/badge/%E2%98%A3%EF%B8%8F-Dummy-yellow.svg) ![](https://img.shields.io/badge/Powered%20by-Python-blue.svg)

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|