Headers-generator is a web-based tool designed to help developers and API users generate secure cryptographic signatures for API requests. It supports multiple hashing algorithms (SHA-1, SHA-256, SHA-512) and provides a modern, interactive interface for generating and copying custom API headers.
- 🔒 Supports SHA-1, SHA-256, SHA-512 algorithms
- 🎨 Modern, animated UI for a smooth user experience
- 📝 Customizable header prefix (Title)
- ⏱️ Timestamp-based signature generation
- 📋 Copy result button for easy integration
- 🌐 Language support for algorithm documentation (English & Japanese)
- 📖 Algorithm introduction page with detailed explanations and comparison
- Enter your API Key and Secret.
- Choose a custom header title and select the desired hashing algorithm.
- Click Generate Signature to create the headers:
X-<Title>-Api-KeyX-<Title>-TimestampX-<Title>-Signature
- Copy the result and use it in your API requests.
| Algorithm | Output Size | Security | Typical Use |
|---|---|---|---|
| SHA-1 | 160 bits | Weak | Deprecated |
| SHA-256 | 256 bits | Strong | Blockchain, TLS |
| SHA-512 | 512 bits | Very Strong | Digital signatures, high-security systems |
For a comprehensive comparison and explanation, see algorithms-intro.html.
- Clone or download this repository.
- Open
index.htmlin your browser. - (Optional) Visit
algorithms-intro.htmlfor more information about hash algorithms.
index.html— Main signature generator UIalgorithms-intro.html— Hash algorithm documentation (English/Japanese)script.js— Signature generation logicstyle.css— Custom styles and animationsbackground-image.jpg— Background image for UI
MIT License
Developed by Hoc Tran

