MySQL Forums
Forum List  »  MySQL Workbench

Re: Does the Workbench vault have a master password?
Posted by: Mike Lischke
Date: March 09, 2020 02:41AM

Hi,

the password vault is encrypted using standard Windows APIs, which in turn use the credentials of the currently logged-in user. That means your user password is the "master password" of the password valut and only the user which was used to encrypt the data can decrypt it later. Dropping that user and recreating it (or using a different machine with that user name) will not allow to decrypt the data.

Mike Lischke, MySQL Developer Tools
Oracle Corporation

MySQL Workbench on Github: https://github.com/mysql/mysql-workbench
On Twitter: https://twitter.com/MySQLWorkbench
On Slack: mysqlcommunity.slack.com (#workbench)
Report bugs to http://bugs.mysql.com
MySQL documentation can be found here: http://dev.mysql.com/doc/refman/8.0/en/



Edited 2 time(s). Last edit at 03/09/2020 02:42AM by Mike Lischke.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Does the Workbench vault have a master password?
716
March 09, 2020 02:41AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.