West Wind Application Settings for .NET |
wwEncrypt.EncryptBytes
|
Encrypts a string into bytes using DES encryption with a Passkey.
Syntax: |
public static Byte[] EncryptBytes( string DecryptString, string EncryptionKey ); |
| Parameters: |
DecryptString EncryptionKey
|
Overloads: