At 100 billion lookups/year, a server tied to Elasticache would spend more than 390 days of time in wasted cache time.
SecureLoginSystem/ │ ├── Main.java # Entry point (CLI interface) ├── AuthService.java # Handles registration & login logic ├── HashUtil.java # SHA-256 hashing + salting logic ├── Validator.java # ...