Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re: Blowfish minimum keysize

by projekt21 (Friar)
on May 16, 2002 at 08:32 UTC ( [id://166950]=note: print w/replies, xml ) Need Help??


in reply to Blowfish minimum keysize

If you check Blowfish.xs (line 35) you will see:

if (key_len < 8 || key_len > 56) croak("Invalid length key");

You will also have to change this.

I have not tested this. Good luck.

alex pleiner <alex@zeitform.de>
zeitform Internet Dienste

Replies are listed 'Best First'.
Blowfish minimum keysize
by clerestorey (Novice) on May 17, 2002 at 01:47 UTC

    Absolutely right, Alex - changed these lines, perl Makefile.PL etc., and it works like a charm. Thank you very much.

    James

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://166950]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (6)
As of 2024-04-18 20:43 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found