Need XOR solution
Need XOR solution
- Subject: Need XOR solution
- From: "Marc K. Myers" <email@hidden>
- Date: Mon, 05 Aug 2002 18:45:28 -0400
- Organization: [very little]
Does anyone know of a reasonably fast way to XOR blocks of data together?
I'm working on an AppleScript implementation of a one-time pad
crytography system. Right now I'm XORing the plaintext against the key
using the "Bits & Bytes" osax, which requires me to convert each byte
from each file to its ASCII number equivalent, run the "bitwiseXOR"
command on it, and then convert the result to its ASCII character
equivalent. This kind of logical data manipulation is so basic that
there's *got* to be a better approach than that! I would appreciate it
if someone could point me in the right direction.
Marc K. Myers <email@hidden>
http://AppleScriptsToGo.com
4020 W.220th St.
Fairview Park, OH 44126
(440) 331-1074
[8/5/02 6:44:45 PM]
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.