Registriert seit: 30. Nov 2005
Ort: München
5.768 Beiträge
Delphi 10.4 Sydney
|
Re: TCP (md5 Authentifizierung) TCP-Handshake-Protokolls
1. Okt 2009, 22:42
Hi,
how you have to send the md5 hash to the database
depends on how the database expects the md5hash
as a String or as a ByteCode?
How should the handshake work?
application md5(key) -> database (compares stored md5 hash with received md5hash)
Greetings
Klaus
Klaus
|