SecureBlackbox Lite 2020 iOS Edition

Questions / Feedback?

entryPassword (property)

Provides an encryption password for the current entry.

Syntax

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

Default Value

""

Remarks

Use this property to provide the encryption/decryption password for the current entry. This property is typically assigned from the EntryKeyNeeded event handler.

See a comment in the EntryKey topic to find out how the passwords are used when encrypting entries.

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