MOTHER FUCK
git-svn-id: file:///home/svn/incoming/trunk@2616 4d416f70-5f16-0410-b530-b9f4589650daunstable
parent
6914600cf6
commit
0db4d8c67c
|
@ -121,7 +121,7 @@ class Generic
|
|||
|
||||
while pos < buf.length
|
||||
encoded += (buf[pos] ^ key[pos % len]).chr
|
||||
key = _encode_mutate_key(buf, key, pos, len)
|
||||
key = _encode_mutate_key(encoded, key, pos, len)
|
||||
pos += 1
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in New Issue