Last active
August 29, 2023 19:52
-
-
Save jralvarezc/424802807ce4cd871229275ef05c56bc to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ gpg encrypted.asc | |
gpg: WARNING: no command supplied. Trying to guess what you mean ... | |
gpg: encrypted with 3072-bit RSA key, ID 0x850A5A6F516C26B0, created 2019-08-18 | |
"Rafael Alvarez <[email protected]>" | |
gpg: Signature made Sun 25 Aug 2019 03:49:44 AM -05 | |
gpg: using RSA key 3B6C6808FC9D75EDAE0184E73028CF59770E7A01 | |
gpg: Can't check signature: No public key | |
$ gpg --receive-keys 3B6C6808FC9D75EDAE0184E73028CF59770E7A01 | |
gpg: key 0x2F3898CEDEE958CF: 4 duplicate signatures removed | |
gpg: key 0x2F3898CEDEE958CF: 3 signatures reordered | |
gpg: key 0x2F3898CEDEE958CF: public key "Facebook, Inc." imported | |
gpg: Total number processed: 1 | |
gpg: imported: 1 | |
$ gpg -d encrypted.asc | head -20 | |
gpg: encrypted with 3072-bit RSA key, ID 0x850A5A6F516C26B0, created 2019-08-18 | |
"Rafael Alvarez <[email protected]>" | |
Content-Type: multipart/alternative; | |
boundary="b1_bfae53e15afb2b56a3fe5306c1011ee6" | |
gpg: Signature made Sun 25 Aug 2019 03:49:44 AM -05--b1_bfae53e15afb2b56a3fe5306c1011ee6 | |
Content-Type: text/plain; charset="UTF-8" | |
Content-Transfer-Encoding: 7bit | |
gpg: using RSA key 3B6C6808FC9D75EDAE0184E73028CF59770E7A01 | |
Hi Rafael, | |
This is an email to help you enable encrypted notification emails for your Facebook account. | |
If you prefer to not enable encrypted notification emails from Facebook, you may simply | |
ignore this message. | |
If you enable encrypted notification emails, Facebook will begin encrypting notification | |
emails to you with your public key. These may include account recovery notification emails. | |
BEWARE: If at some time in the future you cannot decrypt your account recovery notification | |
emails and if you also become locked out of Facebook, you may be unable to recover your | |
Facebook account. | |
To proceed with enabling encrypted notification emails, please click this link: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment