SecureBlackbox 2020 iOS Edition

Questions / Feedback?

key (property)

Provides an encryption key for the vault.

Syntax

@property (nonatomic,readwrite,assign,getter=key,setter=setKey:) NSData* key;
- (NSData*)key;
- (void)setKey:(NSData*)newKey;
public var key: Data {
  get {...}
set {...} }

Remarks

Use this property to provide the 'master' key for the vault file. This property can be assigned from the KeyNeeded event handler.

The content of this property is automatically generated when a non-empty password is assigned to the Password property. This is because the vault fileare always encrypted with a cryptographically strong key, and if the user decides to use a password, it is converted to such key using a secure PBKDF function first.

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