Ask Question
7 May, 23:33

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

+3
Answers (1)
  1. 8 May, 00:43
    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 you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers