Skip to content
/ gpg Public

How to encrypt security reports for Everstake using GPG

Notifications You must be signed in to change notification settings

everstake/gpg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 

Repository files navigation

How to encrypt your message for Everstake

Creating new keypair

$ gpg --full-gen-key

Choose RSA algorithm and 4096 keysize.

Import Everstake public key

In order to encrypt a file for another user as well as to verify their signatures, we need their public key.

You can use one of the following methods to import Everstake's public key:

$ gpg --import everstake-public-gpg.asc

$ gpg --keyserver hkps://keyserver.ubuntu.com --recv-keys dc4086e9056c17234d62a44e302f408b14f95372

PGP Key info

Double-check the key before encrypting - everstake-public-gpg.asc

pub   rsa4096 2022-05-27 [SC] [expires: 2027-05-26]
      DC4086E9056C17234D62A44E302F408B14F95372
uid           [ unknown] Everstake <[email protected]>
sub   rsa4096 2022-05-27 [E] [expires: 2027-05-26]

Encrypting your vulnerability report

After the public key has been imported, you can encrypt a file for us:

$ gpg -r [email protected] -e <some-file>

Vulnerability reporting guidelines

Please follow vulnerability reporting guidelines on our website.

About

How to encrypt security reports for Everstake using GPG

Resources

Stars

Watchers

Forks