This page will implement a Ceasar cipher, also known as a shift substitution cipher.
To encrypt a message, type the message and select a shift amount.
Message: Shift: 1 (A -> B)2 (A -> C)3 (A -> D)4 (A -> E)5 (A -> F)6 (A -> G)7 (A -> H)8 (A -> I)9 (A -> J)10 (A -> K)11 (A -> L)12 (A -> M)13 (A -> N)14 (A -> O)15 (A -> P)16 (A -> Q)17 (A -> R)18 (A -> S)19 (A -> T)20 (A -> U)21 (A -> V)22 (A -> W)23 (A -> X)24 (A -> Y)25 (A -> Z) Character set: Alpha (A-Z) Alphanumeric (A-Z 0-9)