West Wind Application Settings for .NET |
wwEncrypt.EncryptBytes
|
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
|
Overloads: