secure-signature
v1.0.0
Published
Lightweight HMAC-SHA256 signing & verification library for fintech developers.
Maintainers
Readme
🔐 secure-signature
Lightweight and secure HMAC-SHA256 signing & verification library for fintech developers — designed for use with financial APIs.
🚀 Overview
secure-signature helps developers sign and verify API payloads using modern cryptographic standards.
It’s a zero-dependency Node.js module powered by the built-in crypto library.
Built for fintech, payment gateways, and EPS-style integrations, it ensures message integrity and prevents tampering or replay attacks.
⚙️ Installation
npm install secure-signature
yarn add secure-signature
