|
Manual_advanced
Advanced ManualIntroduction
Please enjoy this manual, and report any inaccuracies or potential for improvement.
It also helps if you use both Possibly Confusing Features
Expert Mode Overview
To send message:
To create profile:
To post using profile:
* Refer to Manual for token syntax. Terminology and Notationepoch time
Most timestamps are use epoch time, either integer or floating point. item
An item is one "something" that has been added to the message board. token
A token is any text which is recognized as a command. (more to come) How to use GPGSummary for ExpertsCreating a profile: Generate a PGP key, post public key. Posting stuff as your profile: sign with GPG, paste into textbox. More descriptive versionYou will need to generate a key and then sign your messages. Piece of cake. Writing As YourselfTo write something under your new profile, you will need to sign your text. First, write the text that you want to post. Once you have finished writing it, save it to a .txt file. Look for the command to "Sign" (not encrypt) your text in your GPG software. Some software has no such option. In this case, you should use the "Encrypt" command, but ensure that the "To:" field is blank. You should end up with a big block of text that begins with "-----BEGIN PGP SIGNED MESSAGE-----" Copy this entire block of text, including the ----- part, and submit it via the Write page. That's it! Uploading Your Public KeyLook for the option to export your public key in your software. You should end up with a block of text that starts with "-----BEGIN PGP PUBLIC KEY BLOCK-----". Copy the whole thing, including the ----- part, and submit it via the Write page. You have now aliased your name to your key fingerprint. Signing With Command-Line GPGCheck GPG Versiongpg --version If you don't have GnuPG installed, go here: https://www.opengpg.org/ Generate Key Pairgpg --gen-key Export Public Keygpg --armor --export Sign Message in Text Filegpg --clearsign example.txt Sign Message After Typing Itgpg --clearsign Start typing your message. When you're finished, press Enter, then ^D (Ctrl+D). Other ResourcesIf you have questions, please ask them using Write page. Server KeyThe server key functionality is currently not functional. AdministrationPlease see doc/1337.txt How to use GPGRead This FirstRead the GnuPG home page to familiarize yourself. AndroidOpenKeychain Apple iOS, iPhone, iPadPGP Everywhere Apple macOSGPG Suite Microsoft WindowsGpg4Win More OptionsOpenPGP Software Creating Your Profile, AKA Key PairYou can post your messages anonymously. Anonymous posting is very easy. Why even bother creating a profile? Benefits and Explanation of Registration and Signatures
You will need to create a key pair. Look for this option in your software and use it. GPG is traditionally used for email, but you do not have to provide your address for this forum. In fact, we recommend that you either leave the field blank. Otherwise, your email address will be accessible to spambots. The key pair is stored on your device. If it is important to you, keep it safe, and back it up. |