# Auto Request Encryption 🔒

Automatically encrypt incoming and outgoing requests between frontend and backend with zero configuration. Supports Express, Fastify, Fetch API, and Axios.

## Features

- Automatic request/response encryption & decryption
- Zero configuration setup
- TypeScript & JavaScript support
- Express & Fastify middleware
- Fetch API & Axios interceptors
- Path-based inclusion/exclusion
- Framework agnostic

## Installation

```bash
npm install auto-request-encryption