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

RC4 encryption in 3 lines of Perl - Rebol equivalent ?

 [1/3] from: jjmmes::yahoo::es at: 5-Dec-2002 19:13


Just found out that one of the most popular and quick symmetric encryption algorithms is not even available in /Pro The Perl version of the algorithm is only 3 cryptic lines: http://www.cypherspace.org/~adam/rsa/rc4.html Is there a Rebol equivalent ? I imagine a ex-Perl guru can translate it pretty quick ! Regards

 [2/3] from: greggirwin:mindspring at: 5-Dec-2002 12:04


Hi Jose, j> The Perl version of the algorithm is only 3 cryptic j> lines: j> http://www.cypherspace.org/~adam/rsa/rc4.html j> Is there a Rebol equivalent ? I imagine a ex-Perl guru j> can translate it pretty quick ! I think I'd try to translate the C code instead, then REBOLize it. :) -- Gregg

 [3/3] from: chalz:earthlink at: 5-Dec-2002 18:29


I have to say, that is the prettiest, most-readable, wonderful piece of code I've ever seen. Perhaps this is why I've always run hard from Perl :/