changePassword

Changes the password for the vault.

Modifies all name/value pairs in the vault to be encrypted with a new password/salt. If the vault is locked or the new password is empty, an exception is thrown.

Syntax

- (void)changePassword:(NSString*)newPassword withSalt:(NSString*)newSalt;

Parameters

Examples