Protect what matters – even after you're gone. Make a plan for your digital legacy today.
Forum Discussion
spenceka
1 year agoNew Contributor
How can I search for only part of a password in 1password.
I get notices from my security company that a password is breached. They only send a small portion of the password like ed**** or ed***g. How can I search for this in 1Passwrd. I only see the one...
Pleonasm
13 days agoDedicated Contributor
Although not elegant, one approach to solving this problem is to export the passwords from 1Password to a CSV file and use the regular expression "REGXTEST" function in Excel to find the password.
TeKnoZiz
13 days agoNew Contributor
I exported the file as a CSV and used BBEdit to perform a GREP search. Worked excellently.
- Calion10 days agoDedicated Contributor
That’s…a brilliant idea I hadn’t thought of. Except that now you’ve got to make sure you secure erase the file, a difficult thing to do on an SSD.
- Pleonasm9 days agoDedicated Contributor
Calion, when exporting passwords from 1Password, I store the export file directly onto an encrypted virtual disk (e.g., see here for macOS), and I dismount that virtual disk when it is not in use. In this way, the passwords are never exposed in an unencrypted state.
A few additional recommendations for your consideration...
- If you are working with a 1Password CSV export file in Excel, it may be prudent to disable the Excel AutoRecover feature so that temporary unencrypted copies of the file are not written to your primary disk.
- Ensure that any automatic backup utility is configured to exclude the encrypted virtual disk, to avoid having your 1Password CSV export file copied to another system.
- Enabling full disk encryption (see here for macOS) on your primary disk is generally a good practice, too.
- Calion9 days agoDedicated Contributor
Another brilliant idea I hadn’t thought of! Thanks!