Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't check the signature of the 1.2.0 tag #36

Closed
tocic opened this issue Dec 12, 2023 · 1 comment
Closed

Can't check the signature of the 1.2.0 tag #36

tocic opened this issue Dec 12, 2023 · 1 comment
Labels
question Further information is requested

Comments

@tocic
Copy link
Contributor

tocic commented Dec 12, 2023

I just want to make sure that you intentionally changed the signing key for the 1.2.0 tag. I can't verify it with the old one:

git clone https://github.com/uni-algo/uni-algo && cd uni-algo
git verify-tag v1.1.0 # Good signature from "mg152 <mg152git@gmail.com>"
git verify-tag v1.2.0 # Can't check signature: No public key
@mg152
Copy link
Member

mg152 commented Dec 12, 2023

Yeah, I somehow forgot the passphrase to my old key so commits/tags signed with different GPG key now starting with commit ab58edc.

Fun facts: I have my passphrase written in a safe place but it seems I wrote it wrong. I even did write a bash script to try to brute force it because I typed it like every day for a year with my muscle memory so I remember the part of the keyboard I used, it was like super simple combination. But no luck again. I wasted like a day for all that crap. This is like the most mysterious thing that happened to me recently.

@mg152 mg152 added the question Further information is requested label Dec 12, 2023
@tocic tocic closed this as completed Dec 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants