Python Tutorials - Herong's Tutorial Examples - v2.21, by Herong Yang
Generating EC Public-Private Keys
This chapter provides tutorial notes on generating EC (Elliptic Curve) keys with Python scripts. Topics covered include using the cryptography and PyCryptodome libraries to generate EC private-public key pairs; selecting different elliptic curves; exporting and importing EC keys.
"cryptography.hazmat.primitives.asymmetric.ec" - Generate EC Keys
"serialization.load_pem_private_key()" - Load EC Private Key
Takeaways:
Table of Contents
Variables, Operations and Expressions
Function Statement and Function Call
List, Set and Dictionary Comprehensions
Packages and Package Directories
"pathlib" - Object-Oriented Filesystem Paths
"pip" - Package Installer for Python
SciPy.org - Python Libraries for Science
pandas - Data Analysis and Manipulation
Communicating with HTTPS Servers
►Generating EC Public-Private Keys
Anaconda - Python Environment Manager