CheckVaultPassword Method

Verifies whether a particular vault password is correct.

Syntax

func (obj *CBVault) CheckVaultPassword(Password string) (bool, error)

Remarks

This method verifies whether the specified Password matches the one used to encrypt the vault. If the password is correct, this method returns true; otherwise it returns false.

Please refer to the Encryption topic for more information.

Note: This method can only be called when Active is true.

Copyright (c) 2022 Callback Technologies, Inc. - All rights reserved.
CBFS Vault 2020 Go Edition - Version 20.0 [Build 8145]