please help me with this ceasar cipher problem for PYTHON

Business, Finance, Economics, Accounting, Operations Management, Computer Science, Electrical Engineering, Mechanical Engineering, Civil Engineering, Chemical Engineering, Algebra, Precalculus, Statistics and Probabilty, Advanced Math, Physics, Chemistry, Biology, Nursing, Psychology, Certifications, Tests, Prep, and more.
Post Reply
answerhappygod
Site Admin
Posts: 899603
Joined: Mon Aug 02, 2021 8:13 am

please help me with this ceasar cipher problem for PYTHON

Post by answerhappygod »

please help me with this ceasar cipher problem forPYTHON
Please Help Me With This Ceasar Cipher Problem For Python 1
Please Help Me With This Ceasar Cipher Problem For Python 1 (55.65 KiB) Viewed 28 times
Problems - Caesar Cipher: Write a program that can encrypt and decrypt using the general Caeser cipher, also known as an additive cipher. The encryption and decryption algorithms are described as follows: For each plaintext letter P, substitute the ciphertext letter C: C = E(k, p) = (p + k) mod 26, Where k takes on a value in the range 1 to 25. The decryption algorithm is: P = D(k, C) = (C - k) mod 26
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!
Post Reply