IPWorks Encrypt 2020 iOS Edition

Questions / Feedback?

keyPassword (property)

The key password used in the PBES algorithm.

Syntax

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

Default Value

""

Remarks

This property specifies the key password used to derive a key when using a PBES EncryptionAlgorithm.

This is only applicable to PBES algorithms and must be set before calling Encrypt or Decrypt.

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