Difference between revisions of "Keycheck v8.6"

From ATTWiki
Jump to: navigation, search
(Created page with "<table> <tr cellpadding=10> <td width=225> 200px ==Version 8.6== December 16, 2015<br> Back to KeyCheck </td> <td width=300> image:KeyCheck_8...")
 
(UPDATE - Change in Socket Opening Procedure)
Line 19: Line 19:
 
<tr>
 
<tr>
 
<td width=300>
 
<td width=300>
Windows security no longer allows KeyCheck to initialize a socket with an address of 0.0.0.0.  Previous versions of KeyCheck would initialize the socket with 0.0.0.0, then change the IP to a working address. However, new updates of Windows refuses to open the socket under these conditions for security reasons.<br><br>
+
Previous versions of KeyCheck would initialize the socket with 0.0.0.0, then change the IP to a working address.<br><br>
So this version now opens the socket with at least the standard 127.0.0.1 address.
+
Recent Windows security updates no longer allows KeyCheck to initialize a socket starting with this address.<br><br>
 +
This version of KeyCheck now initializes the socket with the standard local "127.0.0.1" address - which Windows accepts.
 
</td>
 
</td>
 
<td>
 
<td>
Line 27: Line 28:
 
</tr>
 
</tr>
 
</table>
 
</table>
 
  
 
==Other Pages==
 
==Other Pages==

Revision as of 17:46, 16 December 2015

Keycheck logo.jpg

Version 8.6

December 16, 2015
Back to KeyCheck

KeyCheck 8.5.png


UPDATE - Change in Socket Opening Procedure

Previous versions of KeyCheck would initialize the socket with 0.0.0.0, then change the IP to a working address.

Recent Windows security updates no longer allows KeyCheck to initialize a socket starting with this address.

This version of KeyCheck now initializes the socket with the standard local "127.0.0.1" address - which Windows accepts.

KeyCheck 8.5.png

Other Pages