Ask Question
26 November, 11:18

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

+2
Answers (1)
  1. 26 November, 11:46
    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?
Find 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 the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers