The reversed string doesn’t give us a nice keyword to work with in the middle. There might be another step involved.
Reverse Morse:
7GSEAW7KATELENAU3A8N
The prefix is a bit too large, though.
In a recent cipher, the single U in the prefix expanded to ‘YOU’. This is the other way around, so SEA becomes C.
7GCW7KATELENAU3A8N
Code #2
Observations
Running atbash against the code gives us:
v2shy0v0reactm2vy1x5
There is a keyword in the middle (react) with a weird set of characters surrounding it as the prefix and suffix.
[hint]
Many of those characters are v and x, which could be interpreted as Roman numerals.
With 4 valid digits and lots of lowercase letters present, we should try transpositions first.
js du hg bh a8 cn e9 i4 fb g2
Looking at the first column, we see that all letters from a to j are used exactly once.
Ordering alphabetically we get a valid prefix and suffix in the second column: a8 bh cn du e9 fb g2 hg i4 js 8hnu9b2g4s
Still missing a keyword, a common trick is to use a keyword that somehow relates to what has been done in previous steps, such as mirroring or – in our case – ordering: 8hnu9orderedb2g4s