Encrypts a stream of bytes using an encryption key.

Syntax:

public static byte[] EncryptBytes(byte[] InputBuffer, string EncryptionKey)
Return: stream of bytes
Parameters: byte[] InputBuffer
Buffer of bytes to be encrypted

string EncryptionKey
The key used for encryption

See also:

Class wwEncrypt

Overloads:

public static EncryptBytes(string InputString, String EncryptionKey)
public static Byte[] EncryptBytes( Byte[] InputString, string EncryptionKey );
public static Byte[] EncryptBytes( string DecryptString, string EncryptionKey );

Last Updated: 12/23/2003 | Send topic feedback