Ask Question
13 January, 23:22

Your program needs to decode an encrypted text file called "encrypted. txt". The person who wrote it used a cipher specified in "key. txt". This key file would look similar to the following

+1
Answers (1)
  1. 14 January, 02:49
    0
    A B

    B C

    C D

    D E

    E F

    F G

    G H

    H I

    I J

    J K

    K L

    L M

    M N

    N O

    O P

    P Q

    Q R

    R S

    S T

    T U

    U V

    V W

    W X

    X Y

    Y Z

    Z A

    The left column represents the plaintext letter, and the right column represents the corresponding ciphertext. Your program should decode the "encrypted. txt" file using "key. txt" and write the plaintext to "decrypted. txt".
Know the Answer?
Not Sure About the Answer?
Get an answer to your question ✅ “Your program needs to decode an encrypted text file called "encrypted. txt". The person who wrote it used a cipher specified in "key. txt". ...” in 📙 Engineering if there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers