Re: [twsocket] Login scenario, what do you think

2008-10-29 Thread Arno Garrels
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 name' command. The server challenges the client by sending client a word/phrase (w/p). Client must encrypt the w/p and

Re: [twsocket] Login scenario, what do you think

2008-10-29 Thread Angus Robertson - Magenta Systems Ltd
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,