This shows you the differences between two versions of the page.
|
john:MSCash [2010/03/03 21:12] supernothing |
john:MSCash [2010/03/03 21:17] (current) supernothing |
||
|---|---|---|---|
| Line 215: | Line 215: | ||
| login_buffer[i]=0x80; | login_buffer[i]=0x80; | ||
| //put the length - need to add 128 (16*8) for hash | //put the length - need to add 128 (16*8) for hash | ||
| - | //fixed by Ben Schmidt <ben-schmidt AT utulsa d0t edu> 2010 | ||
| login_buffer[10] = (length << 4) + 128; | login_buffer[10] = (length << 4) + 128; | ||
| } | } | ||