0
Encoding
create a module code called "encrypt " that implements XOR cipher as a simple way of cncrypting our password. using a secret word, or cncryption key, we will perform a calculation character by character to create a new string. your module should accept the uncoded password and should give back the coded string. one spot to be careful would be if our secret word was shorter than the password, so once we know the length of the password we have to make sure the secret words is at least as long in a
1 Answer
0
please need answers as soon as you can. Thank you.