Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

Signature Verification in php

This is a simple example of how to verify a signature in php. It uses the openssl_verify function to verify the signature.

Usage

To run the example you can run:

composer update
php verify.php

verify.php contains an example of how to verify the signature.