From 5fe9594bea19a2265a3be89ab52768b35203dd84 Mon Sep 17 00:00:00 2001
From: firebadnofire
+gpg.asc
+GPG (GNU Privacy Guard) keys are used to encrypt/decrypt text messages. The GPG public key is used to encrypt the message, whilst the GPG private key is used to decrypt the message.
+NEVER NEVER NEVER send out your GPG private key! This key is for you and YOU only. If ANYONE asks for your private key, THEY ARE SCAMMING YOU OR TRYING TO STEAL YOUR DATA! Always back it up in a SECURE location like a raspberry pi NAS. Don't back it up on an untrustworthy server. If you lose your private key, YOUR MESSAGES ARE GONE FOREVER!
+ To encrypt a GPG message, use this command: Replace Replace Replace While you don't have to specify your key when encrypting, it makes it so you can't read your own sent messages. It does come at the downside of making messages slightly bigger as a result of including your key ID. You can also add as many "--recipient" options as you want. To decrypt a GPG message, use this command: or To export your public key in binary, use this command: To export your public key in ASCII, use this command:
+contact@stonetossisanazi.org
+Please encrypt any emails to me with my gpg key public key above and include your public key for if I need to send an email back.
+
+
+
My public GPG key
+
+
+gpg-armor.txt
+
+When DM/PMing me, send me your GPG public key so I can send an encrypted message back to you and you can use the my GPG public key to encrypt messages to me.
+How to use GPG:
+
+
+
+
+
+echo "message" | gpg --recipient "target" --recipient "your_key" --encrypt --armor -o - -
+
+message
with the message to encrypttarget
with the recipient key IDyour_key
with your GPG key ID
+
+
+
+echo "Encrypted text here" | gpg --decrypt
+
+
+
+
+
+gpg --output unencrypted.txt --decrypt encrypted.gpg
+
+
+
+
+gpg --export "key_id" --output gpg-pubkey.gpg
+
+
+
diff --git a/contact/index.html b/contact/index.html
new file mode 100755
index 0000000..37c2f71
--- /dev/null
+++ b/contact/index.html
@@ -0,0 +1,24 @@
+
+
+gpg --armor --export "key_id" --output gpg-pubkey-armor.txt
+
+
+
+
+
+
My contact email:
+
+
+gpg.asc
+gpg-armor.txt
+What is GPG?
+
Please use GPG encryption when emailing me, but it is optional.
-My pub key can be found here
+My pub key can be found here