IPWorks Encrypt 2020 iOS Edition

Questions / Feedback?

decryptBlock (method)

Decrypts a block and returns the decrypted data.

Syntax

- (NSData*)decryptBlock:(NSData*)inputBuffer;
public func decryptBlock(_ inputBuffer: Data) throws -> Data

Remarks

DecryptBlock will decrypt the input data and return the decrypted block. The decrypted block will always be the same length as the encrypted data. The following properties are applicable:

  • IV (required)
  • Key (required)

InputBuffer specifies the input data to encrypt.

DecryptBlock Example


TBD.

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