Libraries tagged by HMAC-SHA
philipbrown/signature-php
137001 Downloads
HMAC-SHA authentication
ezimuel/php-secure-session
6621 Downloads
Encrypt and authenticate PHP session data using AES-256 and HMAC-SHA256
adbario/php-encrypter
7803 Downloads
Encryption with AES-256 and HMAC-SHA256
philipbrown/signplz
3686 Downloads
HMAC-SHA authentication
vlsv/telegram-data-validator
3819 Downloads
The Telegram Data Validator is a PHP library for validating the integrity of initData received from a Telegram mini-application. It uses HMAC-SHA-256 for data integrity checks.
philiprehberger/webhook-signature
176 Downloads
Minimal, framework-agnostic HMAC-SHA256 webhook signature generation and verification with replay attack prevention
invoicetronic/php-sdk
115 Downloads
The [Invoicetronic API][2] is a RESTful service that allows you to send and receive invoices through the Italian [Servizio di Interscambio (SDI)][1], or Interchange Service. The API is designed to be simple and easy to use, abstracting away SDI complexity while providing complete control over the invoice send/receive process. It provides advanced features as encryption at rest, multi-language pre-flight invoice validation, multiple upload formats, webhooks, event logging, client SDKs, and CLI tools. For more information, see [Invoicetronic website][2] ## Before you start For the full integration guide, tutorials, SDKs and quickstarts, see the **[Documentation](https://invoicetronic.com/en/docs/)**. A few cross-cutting topics worth knowing before integrating: - **[Prerequisites](https://invoicetronic.com/en/docs/prerequisites/)** — what you need to start in Sandbox and what's required to move to production. - **[API Keys](https://invoicetronic.com/en/docs/apikeys/)** — how `ik_live_` and `ik_test_` keys select the environment. - **[Sandbox](https://invoicetronic.com/en/docs/sandbox/)** — free test environment that mirrors the live workflow, with no credits consumed. - **[Rate Limiting](https://invoicetronic.com/en/docs/ratelimiting/)** — per-second, per-minute and per-day limits; how to handle `429 Too Many Requests`. - **[Pagination](https://invoicetronic.com/en/docs/pagination/)** — `page` and `page_size` parameters and the `Invoicetronic-Total-Count` response header. - **[CORS](https://invoicetronic.com/en/docs/cors/)** — calling the API from the browser; allowed origins are configured per key. - **[Webhooks](https://invoicetronic.com/en/docs/webhooks/)** — real-time event notifications with HMAC-SHA256 signature validation. - **[Localization](https://invoicetronic.com/en/docs/accept-language/)** — use the `Accept-Language` header to receive error messages in Italian, English or German. [1]: https://www.fatturapa.gov.it/it/sistemainterscambio/cose-il-sdi/ [2]: https://invoicetronic.com/
aporat/laravel-auth-signature
1386 Downloads
A Laravel package providing a middleware for validating API requests with HMAC-SHA256 signatures
iamtartan/laravel-hmac-signature
829 Downloads
Laravel HMAC-SHA authentication
searsandrew/briar-rose
38 Downloads
NetSuite RESTlet + SuiteTalk REST client for Laravel (OAuth 1.0a TBA, HMAC-SHA256).
joby/smol-pow
16 Downloads
Stateless proof of work challenge generation, solving, and verification using HMAC, SHA256 and simple nonce iteration.
ankit04/hmac-sha1
9 Downloads
This is Larvel package that gives you the accessibility and reliability to make things hashed using HMAC-SHA1 algorithms
jmashore/signature-hmac
15 Downloads
HMAC-SHA authentication
jetfueltw/signer-php
429 Downloads
HMAC-SHA Signature for HTTP Request Authentication
wood/sdk
13 Downloads
简木PHP-SDK - 个人开发的聚合支付与云服务SDK,为简木聚合支付系统及其他项目提供支付宝、微信支付、阿里云等第三方服务的统一接口封装。支持支付宝 V3/V2 接口(含公私钥和证书签名模式)、微信支付 V3 接口(含签名、解密、公钥加密、图片上传)、阿里云 OpenAPI(ACS3-HMAC-SHA256 签名)