Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 415 Bytes

File metadata and controls

11 lines (6 loc) · 415 Bytes

Signature Verification in python with cryptodome

This is a simple example of how to verify a signature in python. The example uses cryptodome (provided by pycryptodome) to verify the signature.

Usage

You will first need to install dependencies with pip install -r requirements.txt

To run the example you can run python main.py.

main.py contains an example of how to verify the signature.