Ciphertext-only attack
To get useful information about plaintext.
Each month Alice sends Bob amount to spend, encrypted with 20-digit addition cipher, same key.
Eve intercepts Jan and Feb ciphertexts.
Jan ciph = Jan plain + key mod 1020
Feb ciph = Feb plain + key mod 1020
Jan ciph - Feb ciph = Jan plain - Feb plain mod 1020