I have difficulties with decrypting a message and i would be very glad if someone could help me to solve the following problem:
Given is $n=10010$ and an encryption map $e:\mathbb{Z}_{2}^{5}\rightarrow \mathbb{Z}_{n}$, where $(m_{1},m_{2}, m_{3}, m_{4}, m_{5})\rightarrow \sum_{i=1}^{5}m_{i}l_{i}$ and let $l_{1}=5005$, $l_{2}=910$, $l_{3}=6930$, $l_{4}=4004$, $l_{5}=1430$. I catch a ciphertext $c=5929\in \mathbb{Z}_{n}$.
I have to decrypt this message efficiently, so i have to find an $x\in \mathbb{Z}_{2}^{L}$, such that $e(x)=c$.
Until now i worked only with RSA and one dimension, here i have a 5-dimensional vector... Can anybody help, please? I really don't know how to start and appreciate every comment and remark about this problem. How can we break the protocol in the general case for any $c\in \mathbb{Z}_{2}^{5}$?
Thank you in advance!