Encrypts a string into bytes using DES encryption with a Passkey.

Syntax:

public static Byte[] EncryptBytes( string DecryptString,
	string EncryptionKey );
Parameters: DecryptString
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( Byte[] InputString, string EncryptionKey );

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