Libraries tagged by private-key
asymmetricrypt/asymmetricrypt
4381 Downloads
A simple PHP public key cryptography library
jv-conseil/dkim-php-mail-signature
1601 Downloads
🔏 Stand-alone DKIM class to sign your emails with a 2048 bit private key hashed with SHA-256 algorithm.
inovanti-bank/rsa-validator
1448 Downloads
Package for validation and decryption using RSA public keys (Private Key and Public Key)
hvatum/oauth2-openid-connect-client
227 Downloads
Generic OpenID Connect Provider for The PHP League OAuth2 Client with PAR, DPoP, and private_key_jwt support
amashukov/eip1559-tx-signer-php
739 Downloads
EIP-1559 (Type-2) raw transaction assembly + RFC 6979 deterministic ECDSA signing in pure PHP. Address derivation from a secp256k1 private key.
actinity/signed-urls
4024 Downloads
Signs and validates URLs with public/private keys
sop/pkcs8
189 Downloads
A PHP implementation of PKCS #8 encrypted private-key.
karavasilev/cryptomanana
73 Downloads
CryptoManana is a cryptography framework for boosting your project's security.
br/signed-request-bundle
1726 Downloads
Symfony2 Bundle that provides request and response signing
opcnz/silverstripe-gpgmailer
403 Downloads
The GPG Mailer module improves privacy by allowing emails being sent from SilverStripe CMS to be encrypted and/or signed using GPG public and private keys.
mediumc/derive
243 Downloads
Library for obtaining bip32 addresses and private keys
dotapay/laravel-sdk
300 Downloads
Laravel SDK for integrating with DotaPay (customers, payment, settlements) using Private Key auth.
blerify/auth-php-client
15 Downloads
Blerify service-account authentication for PHP: signs a JWT client assertion and exchanges it at the Blerify IAM token endpoint for an access token (RFC 7523 private_key_jwt).
webmasterskaya/crypto-types
70 Downloads
A PHP library of various ASN.1 types for cryptographic applications.
vzool/api-hmac-guard
59 Downloads
A simple and secure way of authenticating your APIs with API HMAC keys using Laravel