plattfot / pinentry-rofi

Rofi frontend to pinentry
44 stars 5 forks source link

Encode password before handing it to gpg #28

Closed plattfot closed 2 months ago

plattfot commented 2 months ago

Addressing the bug described in #27. Turns out that gpg expects the password given to it to be uri encoded. Which pinentry-rofi did not but do now.

This will however break users that used special characters in their password generated by pinentry-rofi-2.2.0 or older. I added a note in the readme about it and a recommendation on how to migrate.