Encoding | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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

13th Nov 2016, 2:52 PM
Hassan Ali
Hassan Ali - avatar
1 Answer
0
please need answers as soon as you can. Thank you.
13th Nov 2016, 2:52 PM
Hassan Ali
Hassan Ali - avatar