Encodes a stream of bytes using DES encryption with a pass key. Lowest level method that handles all work.

Syntax:

public static Byte[] EncryptBytes( Byte[] InputString,
	string EncryptionKey );
Parameters: InputString

EncryptionKey

See also:

Class wwEncrypt

Overloads:

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

Last Updated: 1/28/2007 | Send topic feedback