Encrypts a string into a stream of bytes.

Syntax:

public static EncryptBytes(string InputString, String EncryptionKey)
Parameters: string InputString

String EncryptionKey

See also:

Class wwEncrypt

Overloads:

public static byte[] EncryptBytes(byte[] InputBuffer, 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