Rating:

## Description

It seems that another encrypted message has been intercepted. The encryptor seems to have learned their lesson though and now there isn't any punctuation! Can you still crack the cipher?
Download the message [here](https://artifacts.picoctf.net/c/111/message.txt).

## Solution

Once again, we have a substitution cipher to decrypt, but there is no punctuation or whitespace to help with decrypting. Fortunately, the same [online tool](https://www.guballa.de/substitution-solver) can still easily decrypt this.

## Flag

*picoCTF{N6R4M_4N41Y515_15_73D10U5_F302F3B6}*

Original writeup (https://github.com/FlyN-Nick/picoGymWriteups/blob/main/Cryptography/substitution2/substitution2.md).