Encodes a stream of bytes using DES encryption with a pass key. Lowest level method that handles all work.
public static Byte[] EncryptBytes(Byte[] InputString, string EncryptionKey)
Parameters
InputString
EncryptionKey
Overloads:
See also:
Class Encryption© West Wind Technologies, 1996-2016 • Updated: 12/12/15
Comment or report problem with topic