Afdl Brnamj Drdsht Fydyw Shwayy -
Reverse string order: "shwayy fydyw drdsht brnamj afdl" — no. Assume it's English. Frequency: Letters in text: a(2), b(1), d(4), f(2), h(2), j(1), m(1), n(1), r(2), s(1), t(1), w(2), y(4).
Test word fydyw : if y=t, d=e → f t e t w → ? "f t e t w" — maybe "state"? s→f? No. "treat"? t→f? No. afdl brnamj drdsht fydyw shwayy
Try drdsht : d=e, r=?, s=?, h=?, t=? e r e s h t — could be "erest"? No. "crest"? c→d? No. Sometimes each word is shifted by its position (1st word shift 1, 2nd shift 2, etc.). Reverse string order: "shwayy fydyw drdsht brnamj afdl"
Most frequent: d(4), y(4). In English, most frequent letters: e, t, a, o, i, n. Test word fydyw : if y=t, d=e → f t e t w →
Use a quick script logic mentally: If a (0) → f (5) for first letter of first word? No, a to f is +5, but then f to d is –2 (inconsistent). So not a single Caesar shift for whole message — unless the key changes per word, but that's unlikely.
afdl = "from": f→a: shift –5 (or +21) r→f: shift –12 o→d: shift –11 m→l: shift –1 — inconsistent.