Tag

Parameter encryption

0 views collected around this technical thread.

Architect
Architect
Oct 2, 2024 · Information Security

Preventing API Parameter Tampering and Replay Attacks with Signature Verification in Java

The article explains how exposed API endpoints can be intercepted and altered, and presents practical security measures—including HTTPS, encrypted parameters, timestamp‑based signatures, and a Spring Boot filter implementation—to detect and block tampering and replay attacks in a Java backend.

API securityJavaParameter encryption
0 likes · 8 min read
Preventing API Parameter Tampering and Replay Attacks with Signature Verification in Java
360 Quality & Efficiency
360 Quality & Efficiency
Dec 17, 2018 · Operations

Implementing Parameter Encryption in JMeter and Postman for API Testing

This tutorial explains how to dynamically encrypt API request parameters using MD5 signatures in JMeter with a BeanShell PreProcessor and also demonstrates the equivalent setup in Postman's pre‑request script, covering jar integration, variable handling, and practical testing tips.

API testingJMeterMD5
0 likes · 4 min read
Implementing Parameter Encryption in JMeter and Postman for API Testing