C Programming Language Please
Given a string S and keyword string
K, encrypt S using keyword Cipher
algorithm.
Note: The encryption only works on alphabets.
Numbers and symbols such as 1 to 9, -, &, $ etc remain
unencrypted.
Input:
Zombie Here
secret
where:
First line represents the unencrypted string
S.
Second line represents the keyword string
K.
Output:
ZLJEFT DTOT
Explanation: We used "secret" keyword
there.
Plain Text: A B C D E F G H I J K...