Skip to content

Dummy implementations to explore the details and key aspects of schemes and protocols. Focused now on authentication schemes.

Notifications You must be signed in to change notification settings

codexlynx/dummy-implementations

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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 with RC4-HMAC encryption Medium Medium

About

Dummy implementations to explore the details and key aspects of schemes and protocols. Focused now on authentication schemes.

Topics

Resources

Stars

Watchers

Forks

Languages