We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ef0703 commit 9003379Copy full SHA for 9003379
1 file changed
auth.cpp
@@ -140,7 +140,7 @@ void KeyAuth::api::init()
140
thash = exec(("certutil -hashfile \"" + path + XorStr("\" MD5 | find /i /v \"md5\" | find /i /v \"certutil\"")).c_str());
141
142
data += XorStr("&token=").c_str() + token;
143
- data += XorStr("&thash=").c_str() + path;
+ data += XorStr("&thash=").c_str() + thash;
144
}
145
curl_easy_cleanup(curl);
146
0 commit comments