Can xor be used in the case of bit changing in programs,if yes...how to use them? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Can xor be used in the case of bit changing in programs,if yes...how to use them?

Example say 101010 or 010101

17th Sep 2019, 4:10 PM
Bharathy Devaraj
Bharathy Devaraj - avatar
1 Answer
0
something like this ? list(map(lambda x,y: x ^ y ,plaintext,password))
17th Sep 2019, 4:38 PM
Taste
Taste - avatar