secure-fetch-sdk is a lightweight JavaScript library designed to encrypt API calls with payload encryption, obfuscated routes, and optional middleware integration.
Key features include end-to-end encryption, easy integration for Node.js and browser environments, flexible deployment options, and minimal overhead.
The library encrypts request bodies, obfuscates query parameters or route segments, and seamlessly decrypts on the backend using provided middleware or proxy servers.
For documentation, examples, and quick-start guides, visit the GitHub repo or run: npm install secure-fetch-sdk to start encrypting API traffic.