Let's assume all operations are done on $\mathbb{Z}_p$ where $p$ is a large non-prime number.
To mask a value $a$, we do the following:
Pick a uniformly random value: $r$, from the ring.
Do as follows: $c= r+a \bmod p$.
Question: Is the above one-time pad secure?