Re: autoconf-archive-2023.02.20 released [stable]
"David (Plasma) Paul" via Autoconf Archive Shop Talk <[email protected]> Tue, 21 Feb 2023 16:22:46 -0600
| Newsgroups | gmane.comp.sysutils.autoconf.archive-maintainers |
|---|---|
| Message-ID | <[email protected]> |
On Tue, 21 Feb 2023 21:37:59 +0100 Peter Simons <[email protected]> wrote: > gpg --recv-keys 99089D72 Please do not recommend retrieving keys by their 32-bit key ID as key IDs are trivially vulnerable to collision attacks. Keys should only be retrieved by their full fingerprints. For this key that would be done by: gpg --recv-keys 1A4F63A13A4649B632F65EE141BC28FE99089D72 See https://evil32.com/ for more info. -- Plasma