Challenge 30 ☆☆
Welcome to challenge Challenge 30. You need to guess the secret that is hidden in Java, Docker, Kubernetes, Vault, AWS or GCP.
The client receives a random value from the server and needs to return it as the answer to prove it is the server. This often happens when, for instance, you need to provide a session token. The token is generated randomly at server startup, so you cannot find it in code. But what if we store it insecurely with the client?