Skip to content

drmmessages

bradendubois edited this page Oct 7, 2021 · 8 revisions

DRM Messages

ID: drmmessages

Difficulty: 1.4

CPU Time: 1 second

Memory: 1024 MB

Solution

For this, take the string and split it in two halves; sum the values of both strings. Then, take each character (A=0, B=1, ...) and add the sum for that string to that character. Mod by 26 if necessary. Do this with both halves. Add each character-pair between the two strings, again modding by 26.

Clone this wiki locally