> Are there better code examples out there that I could make use of?
The ICS FTP client and server do this using One Time Passwords which is
an internet standard, you can borrow the code from them, specifically the
unit OverbyteIcsOneTimePw.pas and the demo program for it,
OverbyteIcsOneTimePasswo
Sease, Darin E. wrote:
> I have set up a login scenario that goes as follows.
>
> Once client receives notification of a connection from the server it
> sends server a 'login ' command.
>
> The server challenges the client by sending client a word/phrase
> (w/p). Client must encrypt the w/p and s
I have set up a login scenario that goes as follows.
Once client receives notification of a connection from the server it
sends server a 'login ' command.
The server challenges the client by sending client a word/phrase (w/p).
Client must encrypt the w/p and send back to server.
Server will the