BlowfishCipher Create Method CryptSharp
Creates a Blowfish cipher using the provided key.

Namespace: CryptSharp.Utility
Assembly: CryptSharp (in CryptSharp.dll) Version: 2.0.0.0
Syntax

public static BlowfishCipher Create(
	byte[] key
)

Parameters

key
Type:  OnlineSystem Byte 
The Blowfish key. This must be between 4 and 56 bytes.

Return Value

A Blowfish cipher.
See Also