Quote from: malacath on October 22, 2012, 09:34 pmI'm not trying to cut corners, if I was trying to cut corners I would not be asking this question in the first place. I'm trying to do everything right but I'm having trouble. Also, I've been reading for more than a few hours, I joined the forums recently so I could post but I've been reading them for the past 2 weeks. Ok, fair enough. sorry for poppin' off at ya. Quote from: malacath on October 22, 2012, 09:34 pmAll the tutorials I looked at didn't help. When I try highlighting text, I don't get the services option. I get it if i right click a file and I can encrypt and decrypt that just fine but it doesn't work on text. I even uninstalled and reinstalled the gpg tools package. I can encrypt an entire text file, but again highlighting the text and right clicking does not give me the services menu. I followed the mac tutorial exactly and read it more than once, I'm having a specific problem that has not been answered.You don't go through services, but you use the shortcut keys assigned to GPG under keyboard shortcuts. If the following instructions, don't work at first, try install the GPGTools-installer nightly build from: https://nightly.gpgtools.org/GPGTools is highly version dependent -- depending on which version of OS X you have, it may or may not work as expected. If you have Leopard (10.5) then you're pretty much out of luck. Your only option then will be using the command-line. If you have Snow Leopard (10.6), Lion (10.7) or Mountain Lion (10.8), the following instructions should be sufficient to allow you to get up and running. Download and install GPGTools: http://nightly.gpgtools.org/GPGTools_Installer-trunk.dmgOnce you have installed GPGTools, what you want to do is to go into System Preferences --> Keyboard --> Services.Scroll down until you find the following entries. Be sure to put a check mark in the boxes to activate each keyboard shortcut. Keyboard shortcuts: OpenPGP: Decrypt Selection: Shift-Command-DOpenPGP: Encrypt Selection: Shift-Command-EOpenPGP: Import Key from Selection: Shift-Command-IOpenPGP: Insert My Fingerprint: Shift-Command-FOpenPGP: Insert My Key: Shift-Command-KOpenPGP: Sign Selection: Shift-Command-ROpenPGP: Verify Signature of Selection: Shift-Control-VRemember, these shortcuts only operate on highlighted or selected text. To select text within TextEdit, use Command-A to highlight the entire document, or use your mouse to selection the section that you want to verify/sign/encrypt/decrypt. It is highly recommended that you use only plain-text, as opposed to Rich Text (.rtf) format. Use Command-, to bring up Preferences and ensure that the plain text radio button is checked. Also ensure that the following are UNCHECKED in TextEdit preferences: smart quotes, smart dashes, smart links. Once your text is highlighted in TextEdit, (by pressing Comand-A) you then encrypt using Shift-Command-E. You will then be presented with a list of keys to encrypt to, that you hve added to your PGP kryringOther Commands You May Need:OpenPGP: Decrypt File: Control-Command-DOpenPGP: Encrypt File: Control-Command-EOpenPGP: Sign File: Control-Command-SOpenPGP: Verify Signature of File: Control-Command-VNaturally, you can change any of these shortcuts to ones of your own choosing, if you wish. Once you have setup these shortcuts, you can begin using GPG. To encrypt a message to someone using GPG, you first need a copy of the recipient's PGP public key. Many people put a reference to where their PGP public key may be located in their .sig, for example: Guru PGP Key: http://dkn255hz262ypmii.onion/index.php?topic=174.msg234832#msg234832PGP Key: http://qtt2yl5jocgrk7nu.onion/pks/lookup?op=get&search=0x523FCBEE886855CAPGP Key Fingerprint: ADBE 8D80 5F5C 9CBA 9BDB 0F05 523F CBEE 8868 55CAOnce you have located someone's PGP public key, you should copy and paste it into TextEdit. Save the file to a file; you can file the file, import.asc, for example. This saved file will usually be found in the Documents folder. Launch GPG Keychain Access from the Applications folder. click on the Import icon in the upper left hand corner. GPG Keychain Access will then prompt you for the name of the file which contains the key to import. It will usually show you a list of files in the Documents folder. Click on the file named import.asc, and click ok. The PGP public key will then be imported into your PGP keyring. To encrypt a message to a person, the message must be contained in a TextEdit document. Use Command-A to hightlight the entire document. Then use Shift-Command-E to encrypt. GPG will pop-up a list of public keys in your PGP keyring. Each key will have a little checkbox beside it which you can check, to select that particular key. If you were encrypting a message to me, you would put a check in the box beside my PGP key (Guru@SR). When you click on OK, the plaintext (unencrypted) message in TextEdit will be replaced with the encrypted message. You can then copy and paste the encrypted message to enter it into a form on Silk Road, or anywhere else that it needs to go. To decrypt a message sent to you by other people, you need to copy that message to the clipboard, and paste it into a TextEdit document. Again use Command-A to highlight all the encrypted message. Then use Shift-Command-D to decrypt the message. If the message is encrypted to your PGP public key, you will be prompted to enter your passphrase. Once the correct passphrase has been entered, and you click OK, then the message will be decrypted, and the decrypted text will be placed in the TextEdit document, replacing the encrypted message that was there previously. Guru