LibreAuth Nut.exe Visit Website

Anti-Tamper

Server-side protection against replay, session hijack, and client tampering.

Protection Layers

FeatureDescription
Ed25519 signingClient verifies response authenticity
AES encryptionEncrypted wire body with enckey
Anti-TamperMaster switch — IP bind, replay block, HWID session
Hash CheckExe MD5 must match whitelist
Nonce ChainOne-time nonce per request
Token File CheckValidate token + thash on init (C++)

Panel Settings

App → Settings → Access Controls:

C++ Client

  1. Send hash= MD5 of exe on init
  2. Use correct Ed25519 public key
  3. Obfuscate strings in binary
  4. Call check() periodically

Common Errors

MessageFix
Hash requiredSend hash on init; add MD5 in panel
Invalid nonceDisable Nonce Chain or update client SDK
Session IP mismatchDisable Bind Session IP
Duplicate requestDon't replay captured requests within 2s
HWID session mismatchSend same hwid on all requests
INFO
Full hardening guide: Hardening Guide (RE · Inject · Panel lockdown) · Signing: Response Signing