SecureBlackbox 2020 iOS Edition

Questions / Feedback?

passphrase (property)

The encryption password.

Syntax

@property (nonatomic,readwrite,assign,getter=passphrase,setter=setPassphrase:) NSString* passphrase;
- (NSString*)passphrase;
- (void)setPassphrase:(NSString*)newPassphrase;
public var passphrase: String {
  get {...}
set {...} }

Default Value

""

Remarks

Use this property to provide the encryption password. If an encryption password is used, no key will be needed to decrypt the data.

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