Score:0

Use of revocation certificate as id.rev

in flag

Good afternoon everyone,

I ended up losing my passphrase to access my GPG key, but because I used the most current version when creating it, an ID.rev recall file was generated in the openpgp-revocs.d folder When researching how to revoke the key, I saw that an .asc file is used (which I cannot generate as I no longer have the key's passphrase). So I would like to know how I go about turning this .rev file into an .asc file to send to the server and revoke my key

Score:0
tj flag

The revocation certificate is ready for use as is. All that you need to do is open the ID.rev file in any text editor and delete the colon (:) at the start of the line that reads:

:-----BEGIN PGP PUBLIC KEY BLOCK-----

Now save the changes made to the .rev file and import it to gnupg.

gpg --import ~/.gnupg/openpgp-revocs.d/ID.rev

This marks that key as revoked in your keyring. Now upload the now-revoked key to an SKS keyserver:

gpg --keyserver pool.sks-keyservers.net --send-keys ID

Note: replace 'ID' in the above commands with the actual key ID.

mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.