Cipher Dict
In this mission, you need to convert a plain text to a nested cipher dictionary according to the following steps. This conversion is opposite to one in Cipher Dict (decryption) mission.
Encode the given plain text to utf-8.
Convert this value as a hexadecimal number, then convert the result it to a decimal number. (Every digit of this number will be a key in some level of nested dictionary.)
Split decimal number into blocks with strict ascending/descending order (no same digit repetition allowed in the same block,...
You should be an authorized user in order to see the full description and start solving this mission.