Skip to main content

Module xor

Module xor 

Source
Expand description

jw(t, n) — single-byte XOR stream cipher used by the eT15wiaE tenant for both the payload stream (key IS = 50) and the secret feed (key VJ = 10). See px-research/notes/eT15wiaE/r3-….

Constants§

IS
Payload-cipher XOR key.
VJ
Secret-feed XOR key.

Functions§

jw
XOR every byte of buf with key.