Home > database >  9.0 pb WINSOCK connection how to do?
9.0 pb WINSOCK connection how to do?

Time:09-21

XML message public part description
Public part request (request)
Xml name name type length that input item
Msgid message code varchar (4) must be
The username username varchar (20) must be
Userpwd password varchar (32) BASE64 (MD5 (password + timestamp)) must be
BASE64 code authorization code varchar (32) (MD5 (authorization code + timestamp)) must be
Timestamp timestamp varchar (10) MMddhhmmss must
Example: password: 123456, 0608122241: timestamp encrypted characters: IcQg1PZAtTGZ1RFttXHTpg==
2.1.2 public response part (response)
Xml name name type length that input item
Msgid message code varchar (4) must be
Returncode return code varchar (4) 1 0 success failure must be

CodePudding user response:

The demand of the good old, still use TCP/IP in access to each other, can change a way of interface, if you really want to use TCP/IP so look at the usage of the WINSOCK,

CodePudding user response:

Who can suggest how to connect? BASE64 (MD5 (password + timestamp))?

CodePudding user response:

Connection, using the WINSOCK control to the above message can define the data window can also be yourself, you should be a server?

CodePudding user response:

There is only one example: 123456060812224 encrypted characters: IcQg1PZAtTGZ1RFttXHTpg==
But I don't how all encrypted out this, just see the results in a foreign website, but I do not know how to, 32-bit MD5 capital: 21 c420d4f640b53199d5116db571d3a6 and this is: after base64 encoding MjFDNDIwRDRGNjQwQjUzMTk5RDUxMTZEQjU3MUQzQTY=


Don't know is how to?

CodePudding user response:

Could you post the overseas the website address
  • Related