Puzzle E2

Question:

The following binary string has been Base64 encoded.

b'c2FtcGxl'

If you decode it, you will get this as an answer:

b'sample'

The following binary string has also been Base64 Encoded. If you decode it, what does it say?

b'cHl0aG9uIHJvY2tz'

Leave a comment