Creates a Blowfish cipher using the provided key.
Namespace: CryptSharp.UtilityAssembly: CryptSharp (in CryptSharp.dll) Version: 2.0.0.0
Syntax
public static BlowfishCipher Create( byte[] key )
Parameters
- key
- Type: System Byte
The Blowfish key. This must be between 4 and 56 bytes.
Return Value
A Blowfish cipher.See Also