Re: [PHP] Re: mycrypt 3des (php vs .net)

2004-02-13 Thread Jas
Craig, If that doesn't work I am almost certain there might be a discrepency in how the .net & mcrypt libraries actually employ the triple des cipher. On another note, I couldn't get the mcrypt_deinit function to work without error as well. One thing you could do is use the PHP unset() call to

RE: [PHP] Re: mycrypt 3des (php vs .net)

2004-02-13 Thread craig
> I am not sure if it will help of if you have already tried > this but try > all of the cipher modes available for the tripledes cipher (eg. cfb, > ecb, etc.). There may be a difference in the way .net and mcrypt > produces the cipher text but if that were the case then it > wouldn't be a > true

[PHP] Re: mycrypt 3des (php vs .net)

2004-02-13 Thread Jas
I am not sure if it will help of if you have already tried this but try all of the cipher modes available for the tripledes cipher (eg. cfb, ecb, etc.). There may be a difference in the way .net and mcrypt produces the cipher text but if that were the case then it wouldn't be a true tripledes