PDA

View Full Version : How do I encrtpt a hex file


bring12345
01-28-2004, 09:23 PM
without using extreme hu

niknak
01-29-2004, 04:21 PM
XOR the cards keys (replicated twice for 16 bytes per row) with the hex data.
You can (don't know why) do this manually on paper.

niknak