Libraries tagged by ECDSA
starkbank/ecdsa
37667329 Downloads
fast openSSL-compatible implementation of the Elliptic Curve Digital Signature Algorithm (ECDSA)
web-token/jwt-signature-algorithm-ecdsa
15993720 Downloads
ECDSA Based Signature Algorithms the JWT Framework.
simplito/elliptic-php
2413025 Downloads
Fast elliptic curve cryptography
mdanter/ecc
5778279 Downloads
PHP Elliptic Curve Cryptography library
paragonie/ecc
810730 Downloads
PHP Elliptic Curve Cryptography library
acmephp/ssl
1347099 Downloads
PHP wrapper around OpenSSL extension providing SSL encoding, decoding, parsing and signing features
acmephp/acmephp
159360 Downloads
Let's Encrypt client written in PHP
bitwasp/bitcoin
538668 Downloads
PHP Bitcoin library with functions for transactions, signatures, serialization, Random/Deterministic ECDSA keys, blocks, RPC bindings
bitcoin-php/bitcoin-ecdsa
66397 Downloads
PHP library allowing to generate BTC addresses from private keys
ionux/phactor
86413 Downloads
Phactor is a high-performance PHP implementation of the elliptic curve math functions required to generate & verify private/public (asymmetric) EC keypairs and ECDSA signatures based on secp256k1 curve parameters. This library also includes a class to generate Service Identification Numbers (SINs) based on the published Identity Protocol v1 spec.
bitwasp/secp256k1-php
190340 Downloads
PHP Extension with bindings for bitcoin/secp256k1.
protonlabs/bitcoin
197284 Downloads
PHP Bitcoin library with functions for transactions, signatures, serialization, Random/Deterministic ECDSA keys, blocks, RPC bindings
shanecurran/phpecc
165523 Downloads
PHP Elliptic Curve Cryptography library
k2gl/dsse
730 Downloads
Faithful, zero-dependency PHP implementation of DSSE (Dead Simple Signing Envelope): PAE encoding, envelope (de)serialization, and pluggable signers/verifiers.
studio-design/ecdsa-signature
637 Downloads
ECDSA signature value object with DER/JWS raw format conversion and curve-order validation. For Cloud KMS/HSM-based JWT signing where OpenSSL/KMS returns DER but JWT (RFC 7518) requires raw format.