v1.0.0  |  Hytak Hash — SHA1024 & SHA1536 Released: TBD — faihoplo.com
Faihoplo
Faith + Hope + Love
Researching quantum computing, QPU semiconductor chips, Quantum-AI, and PQC for cybersecurity.
🎤 "Practical MOSFET Quantum Computer with Millions of Qubits" — APS Global Physics Summit 2026, Denver
Cryptographic Hash — SHA1024 & SHA1536 — Stronger than SHAKE256

Hytak Hash

SHA1024 and SHA1536 — free for everyone

SHA1024 = 4 chained SHA256 = 1024 bits  |  SHA1536 = 6 chained SHA256 = 1536 bits. Both are simpler and stronger, and can replace SHAKE256 (1600-bit buffer, Keccak algorithm). Applications: secure hashing, digital signatures, random number generation.
SHA1024 SHA1536 SHA256 cryptographic hash 1024 bits 1536 bits SHAKE256 Hytak Hash Faihoplo post-quantum digital signature
4×SHA256SHA1024 method
6×SHA256SHA1536 method
SHA256base function
1024 bitsSHA1024 output
1536 bitsSHA1536 output
256 hexSHA1024 chars
Hytak Hash — Core Equations
SHA1024:
  h1 = SHA256(m)
  h2 = SHA256(h1)
  h3 = SHA256(h2)
  h4 = SHA256(h3)
  SHA1024 = h1 ‖ h2 ‖ h3 ‖ h4  ← 1024 bits

SHA1536:
  h1~h4 = same as above
  h5 = SHA256(h4)
  h6 = SHA256(h5)
  SHA1536 = h1 ‖ h2 ‖ h3 ‖ h4 ‖ h5 ‖ h6  ← 1536 bits
m = input message (image or name)
= concatenation
SHA1024 = 256 hex chars
SHA1536 = 384 hex chars

How it works

1
Upload image or type your name — used as input message m
2
SHA1024: h1=SHA256(m), h2=SHA256(h1), h3=SHA256(h2), h4=SHA256(h3) → concatenate → 1024 bits ✅
3
SHA1536: continue h5=SHA256(h4), h6=SHA256(h5) → concatenate all 6 → 1536 bits ✅
4
Both hashes displayed — hex format, each round shown separately ✅

Generate SHA1024 & SHA1536

🔏
Click to upload image (JPG/PNG)
⏳ Computing hash chains... please wait
SHA1024 — 4 × SHA256 = 1024 bits = 256 hex chars
SHA1024 — Round by round
h1:
h2:
h3:
h4:
SHA1024 = h1 ‖ h2 ‖ h3 ‖ h4 (256 hex chars)
SHA1536 — 6 × SHA256 = 1536 bits = 384 hex chars
SHA1536 — Additional rounds
h5:
h6:
SHA1536 = h1 ‖ h2 ‖ h3 ‖ h4 ‖ h5 ‖ h6 (384 hex chars)
1024SHA1024 bits
1536SHA1536 bits
SHA1024 rounds
SHA1536 rounds

Comparison — Hytak Hash vs SHAKE256

Feature Hytak Hash SHAKE256
Base algorithmSHA256 ✅Keccak
Output (SHA1024)1024 bits ✅variable
Output (SHA1536)1536 bits ✅1600-bit buffer
ComplexitySimple chain ✅Complex sponge
ImplementationEasy ✅Complicated

Terms of Use

Legal Disclaimer