*) added support for new style authentication and encryption for connections to RouterOS v6.43;
*) make all connections in secure mode (all data is encrypted with AES128-CBC-SHA);
*) make winbox self upgrade check .exe signature;
*) make up/down keys select previous/next entry in address/neighbors list in connect window while login name or password fields are in focus;
*) make mouse wheel work anywere in connect window if login or password fields are in focus;
*) remember Romon Neighbours Table column widths;
*) fixed problem where selected table items were moved to the top if the table filters dropdown button was clicked twice;
If you experience version related issues, then please report them to support@mikrotik.com.
If you try to upgrade directly from Winbox loader and version is not available, then you might need to wait for a while until cache in path between your device and our servers is refreshed.
thank you for this aked by many forum members
*) make up/down keys select previous/next entry in address/neighbors list in connect window while login name or password fields are in focus;
*) make mouse wheel work anywere in connect window if login or password fields are in focus;
and thank you for this personal request!!!
*) remember Romon Neighbours Table column widths;
Nice to see a focus on security! Does the “new style authentication” in 6.43 include router/host verification so that man in the middle attacks are no longer possible?
Is that really certificate based ? Or simply some MD5 hash ? In the later case this should not be called signature as this has nothing to do with a secure feature.
It checks that the .exe has authenticode signature (certificate based), but doesn’t care who the signer is. It should verify that the Mikrotik public key is used.
Yes, but to be honest, I can’t imagine which other legitimate organisation would go to the trouble of using their Extended Validation certificate to sign Winbox It’s not like it is simple to obtain.
*) WinBox now uses ECSRP for key exchange and authentication (requires new winbox version),
both sides now verify that other side knows password (no man in the middle attack is possible anymore);
I used a regular non-EV certificate to sign the example, those are easy to get and easy to buy on dark web too. A lot of malware abuses code signing certificates these days.