> Sorry, I was a busy. ;-( no problem
> But I am little confused. What is TV3KeyType, I not found it in my > sources... :-o oh sorry, that are modifications i made to your code because of the time intensive key calculation i store the calculated key and use it on all subsequent requests this is more than 10 times faster, the c# library do the same if you want i can send my version cheers k1 > >> i found out how to fix this 3des issue >> >> the missing step is very easy >> just append after the line >> >> FPrivKey := Pass2Key( TV3KeyType.PrivKey, FPrivPassword ); >> >> one more step if the key is smaller than 32 >> >> if Length( FPrivKey ) < 32 then >> FPrivKey := FPrivKey + Pass2Key( TV3KeyType.PrivKey, FPrivKey ); >> >> it is not yet perfect because it must be something like this >> >> while Length( FPrivKey ) < 32 do >> ... >> >> but for the moment its working for me, i will send the correct version >> sson >> >> cheers k1 > > > -- > Lukas Gebauer. > > http://synapse.ararat.cz/ - Ararat Synapse - TCP/IP Lib. > http://geoget.ararat.cz/ - Geocaching solution > > > ------------------------------------------------------------------------------ > Site24x7 APM Insight: Get Deep Visibility into Application Performance > APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month > Monitor end-to-end web transactions and take corrective actions now > Troubleshoot faster and improve end-user experience. Signup Now! > http://pubads.g.doubleclick.net/gampad/clk?id=267308311&iu=/4140 > _______________________________________________ > synalist-public mailing list > synalist-public@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/synalist-public ------------------------------------------------------------------------------ Site24x7 APM Insight: Get Deep Visibility into Application Performance APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month Monitor end-to-end web transactions and take corrective actions now Troubleshoot faster and improve end-user experience. Signup Now! http://pubads.g.doubleclick.net/gampad/clk?id=267308311&iu=/4140 _______________________________________________ synalist-public mailing list synalist-public@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/synalist-public