KeePass Password Safe 2.12: Unhiding Passwords?
Edit
Easier way: View > Configure Columns... > Asterisks
This lets you change the setting and set a keyboard shortcut.
Or as it is pre-configured, just hit Ctrl+H!
I had the same question and have found a better solution thanks to answering this question.
The menu item seems to have disappeared somewhere during a version update.
To manually change this setting look in the file KeePass.config.xml
and find the following tag:
<Column>
<Type>UserName</Type>
<CustomName />
<Width>204</Width>
<HideWithAsterisks>true</HideWithAsterisks>
</Column>
Change HideWithAsterisks
from true
to false
.
Only downside is you can't toggle it easily.
In the 'Edit Entry' window, click on the little box (show/hide password using asterisks) next to the password box. It will show the password in plain text.
KeePass will not remember this setting as default. If you want KeePass to always remember your setting, you should go to Tools > Options > Advanced
and mark the checkbox of
Remember password hiding setting in 'Edit Entry' window
which stands at the 5th line from the bottom.
I used this simple solution after upgrading to 2.18, to unhide passwords
- Click on
View
- Then
Config Columns
- Then on the
Passwords Column
- Then uncheck the
Hide Data Using Asterisks
Hit Ctrl+H. That's easiest way.
(Password hide/unhide states are saved even if the program is closed)