| Write java code to Create a challenge-response authentication system using SecureRandom. generates random challenge; accepts challenge and response; validates response using HMAC; prevents replay attacks; returns authentication result. Structure the project as: src/main/java/security/, utils/ChallengeResponse.java. Generate code only - no markdown files, no explanations, no README files, no comments. Keep output concise and purpose-ready. |