Binary package “libcrypt-rc4-perl” in ubuntu noble

Perl implementation of the RC4 encryption algorithm

 Crypt::RC4 is intended to be a simple implementation of the RC4 algorithm,
 which can be used to generate a pseudo-random stream of bits (or keystream).
 .
 It should be noted that the RC4 algorithm itself is severely broken, and the
 upstream Perl module has not been updated since Dec 2001. It is included in
 Debian only because it is needed by other packages. In general this package
 should not be used for new projects, and where it is used appropriate
 defensive methods should be understood and applied.