in reply to Rountrip through Crypt::Blowfish corrupts data?

Are you using ECB or CBC mode in your Java and C#. It makes a difference. See this discussion of Java and Python returning different crypt strings

cheers

tachyon

  • Comment on Re: Rountrip through Crypt::Blowfish corrupts data?

Replies are listed 'Best First'.
Re^2: Rountrip through Crypt::Blowfish corrupts data?
by wildmandnd (Initiate) on Sep 15, 2004 at 09:50 UTC
    Dunno, neither of them have any options to set the mode. Just default, and it works perfect. Well, I've made my own blowfish module for Perl based on C# code, so that is a workaround. Thanx all for replies.