Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: Blowfish strength

From: ptretter:charter at: 8-Jul-2001 8:07

Yeah, I'm away of the restriction but what I'm wondering is why I couldn't change it with the port spec until after the spec is created. And does this mean that my key code is not breaking the 40 bit encyrption limit. I concluded that when I make port in this manner that the 128 bits are reverting back to 40 bits: crypt-port: make port! [ scheme: 'crypt algorithm: 'blowfish direction: type strength: 128 key: crypt-key padding: true ] However after I have created the port it appears that this works: cyrpt-port/strength: 128 Not sure why I have that problem - a bug maybe? Paul Tretter