Skip to content

Practical framework for experimenting with PQC in security protocols using OpenSSL and other open source libraries.

License

Notifications You must be signed in to change notification settings

chmodshubham/pqproto

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pqproto

pqproto is a practical framework for experimenting with post-quantum cryptography (PQC) in real-world security protocols.
It provides command-line–based client–server prototypes for both classical and PQ-secure communication. The core libraries and tools used are:

Protocols Covered

  • TLS / mTLS
  • DTLS
  • QUIC
  • IPsec
  • OAuth
  • SSH
    (More coming soon)

Prerequisites

  • OpenSSL 3.5.2 with post-quantum support
  • GCC with C11 support
  • pkg-config (sudo apt install pkg-config) for dynamic library path configuration

About

Practical framework for experimenting with PQC in security protocols using OpenSSL and other open source libraries.

Topics

Resources

License

Stars

Watchers

Forks

Languages

  • C 88.8%
  • Shell 7.5%
  • Python 2.4%
  • Makefile 1.3%