Caesar Cipher Formula. The formula to convert a given plaintext 'P' to ciphertext 'C' using key 'K' is: C = ( P + K ) % 26.
確定! 回上一頁