Docs GODI Archive
Projects Blog Link DB

Search GODI:


More options
File doc/godi-cryptokit/html/Cryptokit.Stream.arcfour.html GODI Package godi-cryptokit
 
   Cryptokit.Stream.arcfour.html    Sources  

Class Cryptokit.Stream.arcfour


class arcfour : string -> stream_cipher
The ARCfour (``alleged RC4'') stream cipher. The argument is the key, and must be of length 1 to 256. This stream cipher works by xor-ing the input with the output of a key-dependent pseudo random number generator. Thus, decryption is the same function as encryption.

This web site is published by Informatikbüro Gerd Stolpmann
Powered by Caml