encrbfsh(7M)




NAME

     encrbfsh -  Blowfish-CBC  Encryption  Algorithm  Module  for
     IPsec


SYNOPSIS

     strmod/encrbfsh


DESCRIPTION

     This module implements Blowfish, a cipher developed by Bruce
     Schneier,  for  IPsec. The encrbfsh module uses cipher-block
     chaining ("CBC") pursuant to RFC 2451.  This module has  the
     following properties:

     Key Size
           32 to 448 bits.  Keys are encoded internally  as  448-
           bit  quantities.  A  smaller  key size will repeat its
           pattern until 448 bits are reached.

     Block Size
           64 bits.


ATTRIBUTES

     See attributes(5)
      for descriptions of the following attributes:

     ____________________________________________________________
    |       ATTRIBUTE TYPE        |       ATTRIBUTE VALUE       |
    |_____________________________|_____________________________|
    | Availability                | SUNWcryr (32-bit)           |
    |_____________________________|_____________________________|
    |                             | SUNWcryrx (64-bit)          |
    |_____________________________|_____________________________|
    | Interface Stability         | Evolving                    |
    |_____________________________|_____________________________|


SEE ALSO

     ipseckey(1M),   attributes(5),   ipsec(7P),    ipsecesp(7P),
     pf_key(7P)

     Pereira, R. and Adams, R., RFC 2451, The ESP CBC-Mode Cipher
     Algorithms, The Internet Society, 1998.

     Schneier, B., Applied Cryptography:  Protocols,  Algorithms,
     and  Source  Code in C. Second ed. New York, New York:  John
     Wiley & Sons, 1996.


Man(1) output converted with man2html