Can xor be used in the case of bit changing in programs,if yes...how to use them? | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
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 Réponse
0
something like this ? list(map(lambda x,y: x ^ y ,plaintext,password))
17th Sep 2019, 4:38 PM
Taste
Taste - avatar