SecureBlackbox Lite 2020 .NET Edition

Questions / Feedback?

Decrypt Method

Decrypts a buffer.

Syntax

public byte[] Decrypt(byte[] buffer);
Public Function Decrypt(ByVal Buffer As Byte()) As Byte()

Remarks

Use this method to decrypt a byte array and get the encrypted message in another byte array.

Specify the decryption key in Key property before calling this method.

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox Lite 2020 .NET Edition - Version 20.0 [Build 8166]