Wir benötigen Ihre Einwilligung zur Verwendung der einzelnen Daten, damit Sie unter anderem Informationen zu Ihren Interessen einsehen können. Klicken Sie auf "OK", um Ihre Zustimmung zu erteilen.
Centralized model: State database with atomic compare-and-swap. Decentralized model: Merkle tree of spent token IDs with root published on blockchain. Hybrid: Use a (e.g., RSA accumulator or sparse Merkle tree).
const sig = crypto.createHmac('sha256', Buffer.from(HMAC_SECRET, 'base64')) .update(signingInput) .digest(); const token = `$signingInput.$base64url(sig)`; return token;
| Attack | Mitigation | |--------|-------------| | | Ed25519 unforgeability (reduction to ECDLP) | | Denomination tampering | Signature covers denomination; modification invalidates | | Double spend | State DB with atomic locks or spent accumulator | | Token cloning | Unique ID and state check | | Entropy prediction | Hardware TRNG + domain separation | | Generator key theft | HSM storage + key rotation & revocation list |
Letzte Aktualisierung: 2026-03-08 (Zahl der Positionen: 2 265 384)
© Copyright 2026 NORMSERVIS s.r.o.