Skip to content

kallex/sharp-eke-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sharp-eke-example

Encrypted Key Exchange (EKE) example on C#

Example of EKE-implementation on C# using RSA (1024) bit and AES (128 bit)

  • The key to encrypt the public key pair is possibly not secure, SHA256 without salting from the plaintext passwd

This example is quite simply and not particularly sample-polished, but there isn't much clutter either.

Console app can be debugged through to follow up the EKE-phases.

The actual implementation is going to "The Ball" trust-model, but I wanted to share this separate part as I couldn't find any EKE implementation on C# for the time being.

Cheers,

Kalle

About

Encrypted Key Exchange (EKE) example on C#

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages