<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Mac OS on Cebulka Blog</title>
    <link>https://cebulka.in/en/tags/mac-os/</link>
    <description>Recent content in Mac OS on Cebulka Blog</description>
    <generator>Hugo</generator>
    <language>en-US</language>
    <lastBuildDate>Sat, 17 Aug 2024 12:04:00 +0000</lastBuildDate>
    <atom:link href="https://cebulka.in/en/tags/mac-os/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>GPGSuite for Mac OS installation and GPG Keychain operation guide</title>
      <link>https://cebulka.in/en/posts/pgp-gpgsuite/</link>
      <pubDate>Sat, 17 Aug 2024 12:04:00 +0000</pubDate>
      <guid>https://cebulka.in/en/posts/pgp-gpgsuite/</guid>
      <description>&lt;p&gt;GPGSuite is a comprehensive toolset for managing PGP encryption and PGP signatures on macOS. This guide describes how to install GPGSuite how and use GPG Keychain on Mac OS.&lt;/p&gt;&#xA;&lt;h2 class=&#34;heading&#34; id=&#34;setup&#34;&gt;&#xA;  Installing GPG Suite on macOS&lt;span class=&#34;heading__anchor&#34;&gt; &lt;a href=&#34;#setup&#34;&gt;#&lt;/a&gt;&lt;/span&gt;&#xA;&lt;/h2&gt;&lt;ol&gt;&#xA;&lt;li&gt;Download GPG Suite from the official website: &lt;a href=&#34;https://gpgtools.org&#34;&gt;https://gpgtools.org&lt;/a&gt;.&lt;/li&gt;&#xA;&lt;li&gt;Open the downloaded DMG file and drag the GPG Keychain application to the Applications folder.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Installation 1&#34; src=&#34;https://cebulka.in/en/posts/pgp-gpgsuite/osx-002.jpg#center&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Installation 2&#34; src=&#34;https://cebulka.in/en/posts/pgp-gpgsuite/osx-004.jpg#center&#34;&gt;&lt;/p&gt;&#xA;&lt;ol start=&#34;3&#34;&gt;&#xA;&lt;li&gt;After installation, launch GPG Keychain using Finder or Spotlight.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Installation 3&#34; src=&#34;https://cebulka.in/en/posts/pgp-gpgsuite/osx-016.jpg#center&#34;&gt;&lt;/p&gt;&#xA;&lt;h2 class=&#34;heading&#34; id=&#34;keygen&#34;&gt;&#xA;  Generating keys in GPG Keychain&lt;span class=&#34;heading__anchor&#34;&gt; &lt;a href=&#34;#keygen&#34;&gt;#&lt;/a&gt;&lt;/span&gt;&#xA;&lt;/h2&gt;&lt;ol&gt;&#xA;&lt;li&gt;Open the GPG Keychain application and click the &lt;em&gt;New&lt;/em&gt; button.&lt;/li&gt;&#xA;&lt;li&gt;Enter your nickname and set a passphrase for the key, which will be used to protect it.&lt;/li&gt;&#xA;&lt;li&gt;Select your preferred key algorithm and size (e.g., RSA, 4096 bits) and click &lt;em&gt;Create Key&lt;/em&gt;.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Key Generation 1&#34; src=&#34;https://cebulka.in/en/posts/pgp-gpgsuite/osx-017.jpg#center&#34;&gt;&lt;/p&gt;&#xA;&lt;ol start=&#34;4&#34;&gt;&#xA;&lt;li&gt;When prompted to upload the key, click &lt;em&gt;No, thanks!&lt;/em&gt;.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Key Generation 4&#34; src=&#34;https://cebulka.in/en/posts/pgp-gpgsuite/osx-018.jpg#center&#34;&gt;&lt;/p&gt;&#xA;&lt;h2 class=&#34;heading&#34; id=&#34;backup&#34;&gt;&#xA;  Backing up the private key in GPG Keychain&lt;span class=&#34;heading__anchor&#34;&gt; &lt;a href=&#34;#backup&#34;&gt;#&lt;/a&gt;&lt;/span&gt;&#xA;&lt;/h2&gt;&lt;ol&gt;&#xA;&lt;li&gt;Go to the key management screen, select your private key, and click &lt;em&gt;Export&amp;hellip;&lt;/em&gt;.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Backup 1&#34; src=&#34;https://cebulka.in/en/posts/pgp-gpgsuite/osx-020.jpg#center&#34;&gt;&lt;/p&gt;&#xA;&lt;ol start=&#34;2&#34;&gt;&#xA;&lt;li&gt;Select the location where you want to save the key, and click &lt;em&gt;Save&lt;/em&gt;.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Backup 2&#34; src=&#34;https://cebulka.in/en/posts/pgp-gpgsuite/osx-021.jpg#center&#34;&gt;&lt;/p&gt;&#xA;&lt;ol start=&#34;3&#34;&gt;&#xA;&lt;li&gt;Ensure the key is saved in a secure location.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Backup 3&#34; src=&#34;https://cebulka.in/en/posts/pgp-gpgsuite/osx-026.jpg#center&#34;&gt;&lt;/p&gt;&#xA;&lt;blockquote&gt;&#xA;&lt;p&gt;A backup copy of the private key should be encrypted with &lt;a href=&#34;https://www.veracrypt.fr/en/Home.html&#34;&gt;VeraCrypt&lt;/a&gt; or &lt;a href=&#34;https://www.truecrypt71a.com/&#34;&gt;TrueCrypt&lt;/a&gt; and placed on external media for protection against data loss.&lt;/p&gt;&#xA;&lt;/blockquote&gt;&#xA;&lt;h2 class=&#34;heading&#34; id=&#34;import&#34;&gt;&#xA;  Importing public keys in GPG Keychain&lt;span class=&#34;heading__anchor&#34;&gt; &lt;a href=&#34;#import&#34;&gt;#&lt;/a&gt;&lt;/span&gt;&#xA;&lt;/h2&gt;&lt;ol&gt;&#xA;&lt;li&gt;Open the email or other communication containing the public key.&lt;/li&gt;&#xA;&lt;li&gt;Copy the public key to the clipboard. The application will automatically detect the key in the clipboard.&lt;/li&gt;&#xA;&lt;li&gt;Open the GPG Keychain application and select the &lt;em&gt;Import&lt;/em&gt; option.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Key Import 1&#34; src=&#34;https://cebulka.in/en/posts/pgp-gpgsuite/osx-027.jpg#center&#34;&gt;&lt;/p&gt;&#xA;&lt;ol start=&#34;4&#34;&gt;&#xA;&lt;li&gt;Then certify the public key to confirm its authenticity. Right-click on the key and select &lt;em&gt;Details&lt;/em&gt;.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Key Import 2&#34; src=&#34;https://cebulka.in/en/posts/pgp-gpgsuite/osx-029.jpg#center&#34;&gt;&lt;/p&gt;&#xA;&lt;ol start=&#34;5&#34;&gt;&#xA;&lt;li&gt;Confirm the key signing by selecting Ownertrust &lt;em&gt;Ultimate&lt;/em&gt;.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Key Import 3&#34; src=&#34;https://cebulka.in/en/posts/pgp-gpgsuite/osx-030.jpg#center&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;If the key was not automatically detected, click &lt;em&gt;Import&lt;/em&gt;.&lt;/p&gt;&#xA;&lt;h2 class=&#34;heading&#34; id=&#34;encryption&#34;&gt;&#xA;  Encrypting messages in GPG Suite&lt;span class=&#34;heading__anchor&#34;&gt; &lt;a href=&#34;#encryption&#34;&gt;#&lt;/a&gt;&lt;/span&gt;&#xA;&lt;/h2&gt;&lt;ol&gt;&#xA;&lt;li&gt;Copy the message content you want to encrypt to the clipboard.&lt;/li&gt;&#xA;&lt;li&gt;Right-click on the copied text or the text document you want to encrypt.&lt;/li&gt;&#xA;&lt;li&gt;From the context menu, select &lt;em&gt;Services&lt;/em&gt; .&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Encryption 1&#34; src=&#34;https://cebulka.in/en/posts/pgp-gpgsuite/osx-032.jpg#center&#34;&gt;&lt;/p&gt;&#xA;&lt;ol start=&#34;4&#34;&gt;&#xA;&lt;li&gt;Select the recipient&amp;rsquo;s public key from the list of available keys and click &lt;em&gt;Encrypt&lt;/em&gt;.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Encryption 2&#34; src=&#34;https://cebulka.in/en/posts/pgp-gpgsuite/osx-033.jpg#center&#34;&gt;&lt;/p&gt;&#xA;&lt;ol start=&#34;5&#34;&gt;&#xA;&lt;li&gt;After encrypting the message, copy the resulting text to the clipboard or save it to a file.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Encryption 3&#34; src=&#34;https://cebulka.in/en/posts/pgp-gpgsuite/osx-034.jpg#center&#34;&gt;&lt;/p&gt;&#xA;&lt;blockquote&gt;&#xA;&lt;p&gt;We do not need to import the public key again when encrypting the next messages. The key will be saved in the program files.&lt;/p&gt;&#xA;&lt;/blockquote&gt;&#xA;&lt;h2 class=&#34;heading&#34; id=&#34;decryption&#34;&gt;&#xA;  Decrypting messages in GPG Suite&lt;span class=&#34;heading__anchor&#34;&gt; &lt;a href=&#34;#decryption&#34;&gt;#&lt;/a&gt;&lt;/span&gt;&#xA;&lt;/h2&gt;&lt;ol&gt;&#xA;&lt;li&gt;Copy the encrypted message to the clipboard or select the encrypted file.&lt;/li&gt;&#xA;&lt;li&gt;Right-click on the selected content or file, then choose &lt;em&gt;Services&lt;/em&gt; .&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Decryption 1&#34; src=&#34;https://cebulka.in/en/posts/pgp-gpgsuite/osx-036.jpg#center&#34;&gt;&lt;/p&gt;&#xA;&lt;ol start=&#34;3&#34;&gt;&#xA;&lt;li&gt;If prompted for a passphrase, enter the passphrase for your private key. After decryption, the decrypted text will be available in the clipboard or in the output file.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Decryption 2&#34; src=&#34;https://cebulka.in/en/posts/pgp-gpgsuite/osx-037.jpg#center&#34;&gt;&lt;/p&gt;&#xA;&lt;h2 class=&#34;heading&#34; id=&#34;signing&#34;&gt;&#xA;  Signing messages in GPG Suite&lt;span class=&#34;heading__anchor&#34;&gt; &lt;a href=&#34;#signing&#34;&gt;#&lt;/a&gt;&lt;/span&gt;&#xA;&lt;/h2&gt;&lt;ol&gt;&#xA;&lt;li&gt;Copy the message content you want to sign to the clipboard or select the document you want to sign.&lt;/li&gt;&#xA;&lt;li&gt;Right-click on the selected content or file.&lt;/li&gt;&#xA;&lt;li&gt;From the context menu, select &lt;em&gt;Services&lt;/em&gt; .&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Signing 1&#34; src=&#34;https://cebulka.in/en/posts/pgp-gpgsuite/osx-040.jpg#center&#34;&gt;&lt;/p&gt;&#xA;&lt;ol start=&#34;4&#34;&gt;&#xA;&lt;li&gt;If you have more than one private key, select your private key from the list, then click &lt;em&gt;Sign&lt;/em&gt;. The signed text or file will be saved or copied to the clipboard.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Signing 2&#34; src=&#34;https://cebulka.in/en/posts/pgp-gpgsuite/osx-041.jpg#center&#34;&gt;&lt;/p&gt;&#xA;&lt;blockquote&gt;&#xA;&lt;p&gt;Avoid signing messages that seem universal. For example, a signed &amp;ldquo;I agree&amp;rdquo; or &amp;ldquo;It&amp;rsquo;s me&amp;rdquo; message can be saved and used to impersonate you in another conversation. Signed messages should be complete sentences describing the purpose and circumstances of the signature.&lt;/p&gt;&#xA;&lt;/blockquote&gt;&#xA;&lt;h2 class=&#34;heading&#34; id=&#34;verification&#34;&gt;&#xA;  Verifying messages in GPG Suite&lt;span class=&#34;heading__anchor&#34;&gt; &lt;a href=&#34;#verification&#34;&gt;#&lt;/a&gt;&lt;/span&gt;&#xA;&lt;/h2&gt;&lt;ol&gt;&#xA;&lt;li&gt;Select the signed text or file you want to verify.&lt;/li&gt;&#xA;&lt;li&gt;Right-click on the selected content or file.&lt;/li&gt;&#xA;&lt;li&gt;From the context menu, select &lt;em&gt;Services&lt;/em&gt; .&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Verification 1&#34; src=&#34;https://cebulka.in/en/posts/pgp-gpgsuite/osx-043.jpg#center&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Verification 2&#34; src=&#34;https://cebulka.in/en/posts/pgp-gpgsuite/osx-044.jpg#center&#34;&gt;&lt;/p&gt;&#xA;&lt;ol start=&#34;4&#34;&gt;&#xA;&lt;li&gt;GPG Suite will display the verification result, informing you whether the signature is valid and who the author is.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Verification 3&#34; src=&#34;https://cebulka.in/en/posts/pgp-gpgsuite/osx-045.jpg#center&#34;&gt;&lt;/p&gt;&#xA;&lt;blockquote&gt;&#xA;&lt;p&gt;We do not need to import the public key again when verifying subsequent signatures of the same author. The key will be saved in the program files.&lt;/p&gt;&#xA;&lt;/blockquote&gt;&#xA;&lt;hr&gt;</description>
    </item>
  </channel>
</rss>
