$
man harden
harden
category
domain
security engineering
conventional
fix
skos:altLabel
fortifyruggedizearmorguard
Making the system resistant to failure, attack, or bad input — validation, retries, error handling
Hardening makes a system resistant to specific failure modes, attack vectors, or malformed input. Where margin adds buffer for expected variation, harden adds protection against conditions that should not occur but must be handled when they do.
A hardened system doesn’t just tolerate variation — it actively rejects, catches, or recovers from inputs and states that fall outside its designed operating range. Hardening is defensive by design.