Skip to content

Example of private, public key generation and shared secret derivation using OpenSSL and the x25519 curve.

License

Notifications You must be signed in to change notification settings

alexkrontiris/OpenSSL-x25519-key_exchange

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenSSL-x25519-key_exchange

Example of private, public key generation and shared secret derivation using OpenSSL and the x25519 curve.

Compile and run

Compile:

cd OpenSSL-x25519-key_exchange/
make

Run:

First execute Alice:

./x25519-alice

...then Bob:

./x25519-bob

About

Example of private, public key generation and shared secret derivation using OpenSSL and the x25519 curve.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published