NQCryptDecryptDecrypt Method (Byte, String) |
Decrypt bytes into bytes using a password.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public static byte[] Decrypt(
byte[] cipherData,
string Password
)
Public Shared Function Decrypt (
cipherData As Byte(),
Password As String
) As Byte()
Parameters
- cipherData
- Type: SystemByte
The data to be decrypted. - Password
- Type: SystemString
The password with which the data was encrypted.
Return Value
Type:
ByteThe resulting decrypted data.
See Also