Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #107.57K
1 Posted Topic
![]() | Re: Hello, I've researched the cryptographic algorithm (needed it to fix a bug in hw.dll). Here goes: [code] Decryption algorithm: key = 'W' for all bytes: new_byte = byte^key key += new_byte+'W' Encryption algorithm: key = 'W' for all bytes: new_byte = byte^key key += byte^'W' [/code] For people interested in … |
The End.