Posts
 
Reputation
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
~260 People Reached
Favorite Forums
Favorite Tags

1 Posted Topic

Member Avatar for vs49688

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 …

Member Avatar for bughunter2
0
260

The End.