Skip to content

Simple demo of PKI - Public Key Infrastructure written in Python

Notifications You must be signed in to change notification settings

johny1122/Simple-PKI

Repository files navigation

Simple-PKI

It has 5 main components:

  • RootCA
  • CA
  • Entity
  • Certificate
  • Verification_Authority

The software allows a hierarchical structure of certification authorities (CAs) not limited to the depth or number of authorities. A certification authority can also give permission to an ordinary entity, thus authorizing it to be registered as a certification itself.


A demo is shown in PKI.py for the cases in the following diagram:

Tests_diagram

Output of PKI.py:

output

About

Simple demo of PKI - Public Key Infrastructure written in Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages