oleiade / trousseau

File based encrypted key-value store
MIT License
959 stars 46 forks source link

Error: No common hashes for encryption keys #522

Open nkh opened 1 year ago

nkh commented 1 year ago

Hi,

I got the above message and I have no idea of what it means.

key and passphrase have checked OK.

I 've had to run: gpg --export nadim.khemir > ~/.gnupg/pubring.gpg as newer version uses a new format for keyring.

oleiade commented 11 months ago

Hey @nkh 👋🏻

Sorry, you encountered this issue. Trousseau was built with support for GnuPG versions prior 2.0 if my memories are correct. I had put in some work into supporting gpg version 2, but didn't get to finish it so far. I believe the export strategy you've used is the right approach in the current state of things 🙇🏻