BlowfishCipherDecipher Method (Byte, Int32) | CryptSharp |
Reverses the encipherment of eight bytes of data in-place.
Namespace: CryptSharp.Utility
Assembly: CryptSharp (in CryptSharp.dll) Version: 2.1.0.0
Syntax
public void Decipher( byte[] buffer, int offset )
Public Sub Decipher ( buffer As Byte(), offset As Integer )
public: void Decipher( array<unsigned char>^ buffer, int offset )
member Decipher : buffer : byte[] * offset : int -> unit
Parameters
- buffer
- Type: SystemByte
The buffer containing the data. - offset
- Type: SystemInt32
The offset of the first byte to decipher.
See Also