Inverse null ( Crypto )
Challenge: Inverse null
Given a string of what looks like a base64 ciphertext
Since the challenge title already gave away the cipher, in this case null cipher.
The null cipher is usually hiding the plain text with the first letter of each word in the paragraph.
Since it is ‘inverse’, we take the last letter of each word to obtain the flag.
LNC2022{SGSYLF}
Last updated