You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have been using CPM with Ubuntu 14.04 for years now. I upgraded to 18.04, and while I can still open CPM to read my password database, I can no longer make changes to it. Every time I try to write to the database, I get the following error:
You did not specify any encryption keys.
Quit without saving?
Error encrypting the data.
I tried to add my key using ^K, and entering the hash of the key that I got using 'gpg -K', and that seemed to work (it showed the associated data), but when I try to save using ^W, I get this message:
I fixed this in the pull request #62. The issue was that gpg doesn't match the pattern "BC33884C0325A426 jspenguin [email protected]" anymore. It matches "BC33884C0325A426" or "jspenguin [email protected]" only, so the fix is to remove the key id from that pattern that is used in the key lookup.
I have been using CPM with Ubuntu 14.04 for years now. I upgraded to 18.04, and while I can still open CPM to read my password database, I can no longer make changes to it. Every time I try to write to the database, I get the following error:
I tried to add my key using ^K, and entering the hash of the key that I got using 'gpg -K', and that seemed to work (it showed the associated data), but when I try to save using ^W, I get this message:
If I add the key with ^K, and then try to exit and save, I get this dialog:
but if I select Yes, I get this message:
I have no idea what's going on. It worked perfectly before, I don't know what changed.
The text was updated successfully, but these errors were encountered: