Search found 3 matches

by MMayfield45
2005-12-05 06:13
Forum: Protocol Alley
Topic: QT Lock / Key verification
Replies: 6
Views: 5644

Sorry nothing to do with the question marks, found out why: 0x7F is not 126
by MMayfield45
2005-12-03 12:09
Forum: Protocol Alley
Topic: QT Lock / Key verification
Replies: 6
Views: 5644

thanks, i have seen that, hence that is how i came up with the code.

Look below. The top key is correct, the bottom is what my script came up with. Where am i going wrong.

Code: Select all

$Key tÑÀ° A ѱ±ÀÀ07‡Ã°GB’!/%DCN096%//%DCN000%/€Ã
by MMayfield45
2005-12-03 11:29
Forum: Protocol Alley
Topic: QT Lock / Key verification
Replies: 6
Views: 5644

QT Lock / Key verification

I have been trying to connect to a YnHub with C++ and QT. i managed to put together a function to turn the lock into a key, when i send it to the server it complains about the key being incorrect. Where have i gone wrong? QByteArray Client::lockToKey(QByteArray lock) { QByteArray key; int i; for (i ...