A basic substitution cipher where encryption is done by adding a numeric key (less than the alphabet size) to the source byte and then modulo alphabet size. This cipher can be easily broken using brute-force or frequency analysis.