Skip to content

Instantly share code, notes, and snippets.

@FrankHassanabad
Last active March 17, 2018 21:43
Show Gist options
  • Save FrankHassanabad/a8b75ad5691b8f638d57931eaf93d2cf to your computer and use it in GitHub Desktop.
Save FrankHassanabad/a8b75ad5691b8f638d57931eaf93d2cf to your computer and use it in GitHub Desktop.
Crib drag example 2
encryptedPhoneNumbers.forEach((encryptedPhoneNumber) => {
const xor = xorStrings(encryptedPhoneNumber, exactMatch);
const output = xorPlainTextWithCrib(xor, inputPhoneNum);
printPlain(output);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment