Skip to content

Commit f748e67

Browse files
authored
Update README.md
1 parent b50e032 commit f748e67

File tree

1 file changed

+32
-1
lines changed

1 file changed

+32
-1
lines changed

README.md

Lines changed: 32 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,32 @@
1-
# hash-generator
1+
# Hash Generator & HMAC
2+
3+
Hash text or files with MD5, SHA-1, SHA-256, SHA-384, SHA-512. HMAC signing, verify checksums. Client-side only.
4+
5+
## Features
6+
7+
- Hash text or files with MD5, SHA-1, SHA-256, SHA-384, SHA-512
8+
- HMAC mode for signed payloads (e.g. webhooks)
9+
- Verify checksums by comparing with a given hash
10+
- All hashing in browser; nothing sent to server
11+
- Copy hashes or download for integrity checks
12+
13+
## Why use this tool
14+
15+
Verify file checksums, generate hashes for APIs or passwords (e.g. for testing), or compute HMACs for webhook signatures. Fully client-side.
16+
17+
## Try it
18+
19+
**[Try Hash Generator & HMAC at Spoold →](https://spoold.com/tools/hashgenerator)**
20+
21+
---
22+
23+
## More from Spoold
24+
25+
[Spoold](https://spoold.com/tools) is a free developer toolbox that detects what you paste and opens the right tool.
26+
27+
- **No sign-up** – Use every tool without an account.
28+
- **Runs in your browser** – Your data stays on your device; we don’t store or log your input.
29+
- **Paste and go** – Paste JSON, HTML, JWT, curl, Base64, or any text on the homepage and Spoold suggests the right tool.
30+
- **One place for many tools** – JSON formatter, JWT decoder, Base64, UUID generator, regex tester, curl-to-code, and more.
31+
32+
**[Open Spoold →](https://spoold.com/)**

0 commit comments

Comments
 (0)