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

[REBOL] RC4 encryption in 3 lines of Perl - Rebol equivalent ?

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