Tagged articles

RSA Signature

4 articles · Page 1 of 1
Code Ape Tech Column
Code Ape Tech Column
Jun 10, 2025 · Information Security

Securing OpenAPI Interfaces with AppId, AppSecret, and RSA Signatures

This article explains how to standardize and protect OpenAPI interfaces by using globally unique AppId/AppSecret pairs, generating RSA‑based signatures, implementing timestamp and nonce checks, and applying common security measures such as rate limiting, whitelist/blacklist controls, and sensitive data handling, all illustrated with complete Java code examples.

API securityAppIdAppSecret
0 likes · 28 min read
Securing OpenAPI Interfaces with AppId, AppSecret, and RSA Signatures
Java High-Performance Architecture
Java High-Performance Architecture
Nov 9, 2023 · Information Security

Master OpenAPI Security: AppId/AppSecret, RSA Signatures, and Best‑Practice Code

This article explains how the OpenAPI specification standardizes interfaces and improves security by using AppId/AppSecret pairs, RSA‑based signatures, timestamp and nonce mechanisms, parameter validation, rate limiting, and encryption best practices, accompanied by complete Java code examples.

API securityOpenAPIRSA Signature
0 likes · 27 min read
Master OpenAPI Security: AppId/AppSecret, RSA Signatures, and Best‑Practice Code
Architect
Architect
Oct 31, 2023 · Information Security

How to Secure OpenAPI with AppId/AppSecret and RSA Signatures – A Complete Walkthrough

This article explains how to use OpenAPI standards to standardize interfaces, generate unique AppId/AppSecret pairs, create RSA‑based signatures, and implement practical security measures such as timestamps, nonces, rate limiting, and data validation, all illustrated with full Java code examples.

API securityOpenAPIRSA Signature
0 likes · 29 min read
How to Secure OpenAPI with AppId/AppSecret and RSA Signatures – A Complete Walkthrough
Code Ape Tech Column
Code Ape Tech Column
Oct 26, 2023 · Information Security

OpenAPI Security Practices: AppId/AppSecret, Signature Generation, and Implementation Guide

This article explains how to use OpenAPI standards to secure API interfaces by introducing AppId/AppSecret mechanisms, RSA‑based signatures, timestamp and nonce anti‑replay measures, and provides complete Java code examples for client‑side signing and server‑side verification along with common protection techniques such as rate limiting and data validation.

AppIdAppSecretOpenAPI
0 likes · 28 min read
OpenAPI Security Practices: AppId/AppSecret, Signature Generation, and Implementation Guide