/crypto-concepts

Primary LanguagePythonMIT LicenseMIT

crypto-concepts

Table of contents

signing_data

Example of data signature by private key, and signature validation with public key.

asymmetric_key_example

Example of public/private key encryption.

certificate_verification

Example of certificate chains verification.
We verify chain like "Root CA" -> "Intermediate CA" -> "Server certificate" .