Tag

anti-tampering

0 views collected around this technical thread.

macrozheng
macrozheng
Sep 14, 2023 · Information Security

How to Secure API Endpoints: Prevent Tampering and Replay Attacks with SpringBoot

This article explains why public APIs need protection, outlines anti‑tampering and anti‑replay strategies using timestamps and nonces, and provides complete SpringBoot code—including request signing, filter implementation, and Redis utilities—to safeguard API calls from manipulation and replay attacks.

API securityRedisSignature
0 likes · 15 min read
How to Secure API Endpoints: Prevent Tampering and Replay Attacks with SpringBoot
macrozheng
macrozheng
Apr 6, 2023 · Information Security

How to Secure Public APIs: Prevent Tampering and Replay Attacks with Java

This article explains why exposed web APIs are vulnerable, introduces anti‑tampering and anti‑replay techniques, and provides a complete Spring Boot implementation—including request signing, timestamp and nonce validation, and Redis storage—to protect API endpoints from malicious reuse.

API securityJavaRedis
0 likes · 15 min read
How to Secure Public APIs: Prevent Tampering and Replay Attacks with Java
Sohu Tech Products
Sohu Tech Products
Oct 17, 2019 · Information Security

Secure Communication in Hybrid Android Apps: Encryption, HTTPS, and Anti‑Tampering Techniques

This article explains how to protect communication in hybrid Android applications by using native C/C++ encryption libraries, secure HTTPS handling, zip‑based Web resource protection, and anti‑tampering/replay mechanisms, providing practical code examples and architectural guidance for developers.

AndroidHTTPSHybrid App
0 likes · 12 min read
Secure Communication in Hybrid Android Apps: Encryption, HTTPS, and Anti‑Tampering Techniques