[twsocket] ISO 8583 Switching Transaction

2007-11-14 Thread CyberBrite
Hi All, I am a new member in this milis and now have my first question about switching transaction. How to use TWSocket or MidWare components to implement ISO 8583 Switching Transaction ? Any suggestions or documentary are very helpful to me to realize it. Thanks in advance. regards, CyberBrite

[twsocket] One Time Passwords

2007-11-14 Thread Angus Robertson - Magenta Systems Ltd
Has anyone implemented One Time Passwords (RFC2289) using the ICS hash components? I've got opt-md5 working in the ICS FTP client (and shortly the FTP server), but opt-md4 and opt-sha1 are not generating the expected results. Angus -- To unsubscribe or change your settings for TWSocket maili

Re: [twsocket] [OT] Writing Vista applications using Delphi

2007-11-14 Thread Fastream Technologies
Hello, I wonder where can I find the windows vista x64 hotfix for RAD Studio 2007 crash / blue screen prevention? I googled but there does not seem to be an index for hot fixes at microsoft.com! :( Best Regards, SZ On 11/14/07, Hoby Smith <[EMAIL PROTECTED]> wrote: > > You are probably correct,

Re: [twsocket] One Time Passwords

2007-11-14 Thread Arno Garrels
Angus Robertson - Magenta Systems Ltd wrote: > I've got opt-md5 working in the ICS FTP client (and shortly the FTP > server), but opt-md4 and opt-sha1 are not generating the expected > results. Just a little test with MD4, Count 0 gave me the expected result: MD4Init(Md4Ctx); Md4Update(Md4Ct

Re: [twsocket] One Time Passwords

2007-11-14 Thread Angus Robertson - Magenta Systems Ltd
I've emailed you the OTP test program, maybe you can see something I've missed. > However I wonder how you translate the stuff below? > > copy the resulting 64 bits to the result buffer in little > endian fashion I think some of this stuff is Unix specific. Angus -- To unsubscribe or chan

Re: [twsocket] One Time Passwords

2007-11-14 Thread Francois PIETTE
> However I wonder how you translate the stuff below? > > /* > * copy the resulting 64 bits to the result buffer in little endian > * fashion (analogous to the way MD4Final() and MD5Final() do). > */ > for (i = 0, j = 0; j < 8; i++, j += 4) > { > result[j] =

[twsocket] ICS-V6 updated

2007-11-14 Thread Francois PIETTE
Minor update for ICS-V6 available. It contains a fix by Arno Garrels for SMTP component to avoid message truncation in some rare cases. It contains a fix by myself for MIME decode component which was adding a CRLF to attached text files when the last line didn't had an ending CR/LF. Contribute

Re: [twsocket] ISO 8583 Switching Transaction

2007-11-14 Thread Francois PIETTE
> How to use TWSocket or MidWare components to implement > ISO 8583 Switching Transaction ? Any suggestions or > documentary are very helpful to me to realize it. I have no knowledge about this protocol. But whatever it is, if it is TCP/IP, then TWSocket (client side) or TWSocketServer (Server si