Class DESencrypter
- Namespace
- Dynamicweb.Security.System
Tools
- Assembly
- Dynamicweb.Core.dll
This class contains the functions used DES encryption.
- Inheritance
-
DESencrypter
- Inherited Members
Methods
Decrypt(byte[])
Decrypts the input encrypted array.
Parameters
encrypted
byte[]Encrypted array of bytes.
Returns
- string
Decrypted array converted from byte to string.
Encrypt(string)
Encrypts the input value using DES algorithm.
Parameters
value
stringInput value.
Returns
- byte[]
Encrypted array of bytes.