A golang based proxy that applies AES encryption over requests to prevent scrapers from easily accessing our data

A proxy that applies AES encryption over requests to prevent scrapers from easily accessing our data. The central idea behind the proxy is that it forwards the requests to the underlying API, encrypts the response, and handles the decryption through WASM. Why WASM? Because nobody knows how to decrypt binary to understand what the fuck […]