IPWorks Encrypt 2020 .NET Edition

Questions / Feedback?

DecryptBlock Method

Decrypts a block and returns the decrypted data.

Syntax

public byte[] DecryptBlock(byte[] inputBuffer, bool lastBlock);
Public Function DecryptBlock(ByVal InputBuffer As String, ByVal LastBlock As Boolean) As String

Remarks

This method will decrypt the specified block and return the decrypted data.

InputBuffer specifies the encrypted block to decrypt.

LastBlock indicates whether the block is the last block.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks Encrypt 2020 .NET Edition - Version 20.0 [Build 8286]