SecureBlackbox 2020 iOS Edition

Questions / Feedback?

blockSize (property)

The block size of the chosen symmetric cipher.

Syntax

@property (nonatomic,readonly,assign,getter=blockSize) int blockSize;
- (int)blockSize;
public var blockSize: Int32 {
  get {...}
}

Default Value

0

Remarks

This property returns the block size of the chosen symmetric cipher.

Modern symmetric algorithms typically use blocks of 16 bytes. Some older algorithms, such as DES or Blowfish, use 8-byte blocks.

This property is read-only.

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