<rss
      xmlns:atom="http://www.w3.org/2005/Atom"
      xmlns:media="http://search.yahoo.com/mrss/"
      xmlns:content="http://purl.org/rss/1.0/modules/content/"
      xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
      xmlns:dc="http://purl.org/dc/elements/1.1/"
      version="2.0"
    >
      <channel>
        <title><![CDATA[Freedom Tech]]></title>
        <description><![CDATA[Take Back Your Digital Freedom from the Tech Tyrants and Big Brother]]></description>
        <link>https://freedomtech.npub.pro/tag/bravebrowser/</link>
        <atom:link href="https://freedomtech.npub.pro/tag/bravebrowser/rss/" rel="self" type="application/rss+xml"/>
        <itunes:new-feed-url>https://freedomtech.npub.pro/tag/bravebrowser/rss/</itunes:new-feed-url>
        <itunes:author><![CDATA[Freedom Tech]]></itunes:author>
        <itunes:subtitle><![CDATA[Take Back Your Digital Freedom from the Tech Tyrants and Big Brother]]></itunes:subtitle>
        <itunes:type>episodic</itunes:type>
        <itunes:owner>
          <itunes:name><![CDATA[Freedom Tech]]></itunes:name>
          <itunes:email><![CDATA[Freedom Tech]]></itunes:email>
        </itunes:owner>
            
      <pubDate>Tue, 24 Sep 2024 17:02:09 GMT</pubDate>
      <lastBuildDate>Tue, 24 Sep 2024 17:02:09 GMT</lastBuildDate>
      
      <itunes:image href="https://m.primal.net/IFWY.png" />
      <image>
        <title><![CDATA[Freedom Tech]]></title>
        <link>https://freedomtech.npub.pro/tag/bravebrowser/</link>
        <url>https://m.primal.net/IFWY.png</url>
      </image>
      <item>
      <title><![CDATA[Smart Cards in Linux using Brave]]></title>
      <description><![CDATA[Smart Cards in Linux using Brave


1st follow steps in this 👉 Firefox setup post.
Make sure NSS Tools are installed

sudo apt-get install libnss3-tools


Add Smart Card Module


Make sure to close Chrome & you are in home directory before next command(s)
To use opensc module type: (this…]]></description>
             <itunes:subtitle><![CDATA[Smart Cards in Linux using Brave


1st follow steps in this 👉 Firefox setup post.
Make sure NSS Tools are installed

sudo apt-get install libnss3-tools


Add Smart Card Module


Make sure to close Chrome & you are in home directory before next command(s)
To use opensc module type: (this…]]></itunes:subtitle>
      <pubDate>Tue, 24 Sep 2024 17:02:09 GMT</pubDate>
      <link>https://freedomtech.npub.pro/post/note1g3qg8uu7wuxtxsjulhxp2yj2gyqcpg0n6jv3uuule2cckh2fm2uqya47mp/</link>
      <comments>https://freedomtech.npub.pro/post/note1g3qg8uu7wuxtxsjulhxp2yj2gyqcpg0n6jv3uuule2cckh2fm2uqya47mp/</comments>
      <guid isPermaLink="false">note1g3qg8uu7wuxtxsjulhxp2yj2gyqcpg0n6jv3uuule2cckh2fm2uqya47mp</guid>
      <category>SmartCards</category>
      
        <media:content url="https://image.nostr.build/9b8232c79ffa7f8f2e545cf1b5b064b6c4a3eeda51d966819579a45c263e2f5d.jpg" medium="image"/>
        <enclosure 
          url="https://image.nostr.build/9b8232c79ffa7f8f2e545cf1b5b064b6c4a3eeda51d966819579a45c263e2f5d.jpg" length="0" 
          type="image/jpeg" 
        />
      <noteId>note1g3qg8uu7wuxtxsjulhxp2yj2gyqcpg0n6jv3uuule2cckh2fm2uqya47mp</noteId>
      <npub>npub1fkluklzamwpyn7w8awxzrcqe7z8mldlvthk4gz9kz3vsh6udz62s9qj48l</npub>
      <dc:creator><![CDATA[Freedom Tech]]></dc:creator>
      <content:encoded><![CDATA[<p><br><br>### Smart Cards in Linux using Brave<br><br>1. 1st follow steps in this 👉 <a href="%5Bnostr:nevent1qqswuue725yg775x8uhl9utqc2s7nhllk7ea963t7hjx4jhk28pdq9spz3mhxw309ucnydewxqhrqt338g6rsd3e9upzqndled79mkuzf8uu06uvy8spnuy0h7m7ch0d2sytv9zep04c6954qvzqqqqqqyh92chd%5D(nostr:nevent1qqswuue725yg775x8uhl9utqc2s7nhllk7ea963t7hjx4jhk28pdq9spz3mhxw309ucnydewxqhrqt338g6rsd3e9upzqndled79mkuzf8uu06uvy8spnuy0h7m7ch0d2sytv9zep04c6954qvzqqqqqqyh92chd)">Firefox setup post</a>.  <br><br>2. Make sure NSS Tools are installed<br><br><code>&lt;br&gt;sudo apt-get install libnss3-tools&lt;br&gt;</code><br><br>3. Add Smart Card Module<br><br>  - Make sure to close Chrome &amp; you are in home directory before next command(s)<br><br>  - To use opensc module type: (this one gives more certificate options)<br><br><code>&lt;br&gt;modutil -dbdir sql:.pki/nssdb/ -add "opensc Smart Module" -libfile /usr/lib/x86_64-linux-gnu/opensc-pkcs11.so&lt;br&gt;&lt;br&gt;</code><br><br>  - <del>For coolkey module type:</del><br>(currently not working)<br><br><code>&lt;br&gt;modutil -dbdir sql:.pki/nssdb/ -add "coolkey Smart Module" -libfile /usr/lib/pkcs11/libcoolkeypk11.so&lt;br&gt;</code><br><br>4. Add PKI certificates<br>  -Go to the dot menu and:<br>    - Settings<br>      - -&gt;Privacy and security<br>    	- -&gt;More<br>    	- -&gt;Manage Certificates<br>    	- -&gt;Import<br><br>  - Browse to folder with PKI certificates and select the chain.pem file<br><br>5. To list installed modules on Brave<br><br><code>&lt;br&gt;modutil -dbdir sql:.pki/nssdb/ -list&lt;br&gt;&lt;br&gt;</code><br><br>6. To delete a module from Brave, use module name in step 5.<br>  - if your module name is "Smart Module"<br> <br><code>&lt;br&gt;modutil -dbdir sql:.pki/nssdb/ -delete "Smart Module"&lt;br&gt;</code><br><br>⚡️ [Follow](<a href="/author/npub1fkluklzamwpyn7w8awxzrcqe7z8mldlvthk4gz9kz3vsh6udz62s9qj48l/">Freedom Tech</a>) | 🗣 <a href="%5Bnostr:nevent1qqsyle9lxzgt5zvd84yhvcdgm7mtthuva2fn076nhzd6qaxd4jyudzqzypxmljmuthdcyj0ecl4ccg0qr8cgl0aha3w764qgkc29jzlt35tf2qcyqqqqq2q4hy6hy%5D(nostr:nevent1qqsyle9lxzgt5zvd84yhvcdgm7mtthuva2fn076nhzd6qaxd4jyudzqzypxmljmuthdcyj0ecl4ccg0qr8cgl0aha3w764qgkc29jzlt35tf2qcyqqqqq2q4hy6hy)">Discuss</a><br><br><a href='/tag/smartcards/'>#SmartCards</a> <a href='/tag/linux/'>#Linux</a> <a href='/tag/bravebrowser/'>#BraveBrowser</a> <a href='/tag/chrome/'>#Chrome</a> <a href='/tag/freeyourtech/'>#FreeYourTech</a></p>
]]></content:encoded>
      <itunes:author><![CDATA[Freedom Tech]]></itunes:author>
      <itunes:summary><![CDATA[<p><br><br>### Smart Cards in Linux using Brave<br><br>1. 1st follow steps in this 👉 <a href="%5Bnostr:nevent1qqswuue725yg775x8uhl9utqc2s7nhllk7ea963t7hjx4jhk28pdq9spz3mhxw309ucnydewxqhrqt338g6rsd3e9upzqndled79mkuzf8uu06uvy8spnuy0h7m7ch0d2sytv9zep04c6954qvzqqqqqqyh92chd%5D(nostr:nevent1qqswuue725yg775x8uhl9utqc2s7nhllk7ea963t7hjx4jhk28pdq9spz3mhxw309ucnydewxqhrqt338g6rsd3e9upzqndled79mkuzf8uu06uvy8spnuy0h7m7ch0d2sytv9zep04c6954qvzqqqqqqyh92chd)">Firefox setup post</a>.  <br><br>2. Make sure NSS Tools are installed<br><br><code>&lt;br&gt;sudo apt-get install libnss3-tools&lt;br&gt;</code><br><br>3. Add Smart Card Module<br><br>  - Make sure to close Chrome &amp; you are in home directory before next command(s)<br><br>  - To use opensc module type: (this one gives more certificate options)<br><br><code>&lt;br&gt;modutil -dbdir sql:.pki/nssdb/ -add "opensc Smart Module" -libfile /usr/lib/x86_64-linux-gnu/opensc-pkcs11.so&lt;br&gt;&lt;br&gt;</code><br><br>  - <del>For coolkey module type:</del><br>(currently not working)<br><br><code>&lt;br&gt;modutil -dbdir sql:.pki/nssdb/ -add "coolkey Smart Module" -libfile /usr/lib/pkcs11/libcoolkeypk11.so&lt;br&gt;</code><br><br>4. Add PKI certificates<br>  -Go to the dot menu and:<br>    - Settings<br>      - -&gt;Privacy and security<br>    	- -&gt;More<br>    	- -&gt;Manage Certificates<br>    	- -&gt;Import<br><br>  - Browse to folder with PKI certificates and select the chain.pem file<br><br>5. To list installed modules on Brave<br><br><code>&lt;br&gt;modutil -dbdir sql:.pki/nssdb/ -list&lt;br&gt;&lt;br&gt;</code><br><br>6. To delete a module from Brave, use module name in step 5.<br>  - if your module name is "Smart Module"<br> <br><code>&lt;br&gt;modutil -dbdir sql:.pki/nssdb/ -delete "Smart Module"&lt;br&gt;</code><br><br>⚡️ [Follow](<a href="/author/npub1fkluklzamwpyn7w8awxzrcqe7z8mldlvthk4gz9kz3vsh6udz62s9qj48l/">Freedom Tech</a>) | 🗣 <a href="%5Bnostr:nevent1qqsyle9lxzgt5zvd84yhvcdgm7mtthuva2fn076nhzd6qaxd4jyudzqzypxmljmuthdcyj0ecl4ccg0qr8cgl0aha3w764qgkc29jzlt35tf2qcyqqqqq2q4hy6hy%5D(nostr:nevent1qqsyle9lxzgt5zvd84yhvcdgm7mtthuva2fn076nhzd6qaxd4jyudzqzypxmljmuthdcyj0ecl4ccg0qr8cgl0aha3w764qgkc29jzlt35tf2qcyqqqqq2q4hy6hy)">Discuss</a><br><br><a href='/tag/smartcards/'>#SmartCards</a> <a href='/tag/linux/'>#Linux</a> <a href='/tag/bravebrowser/'>#BraveBrowser</a> <a href='/tag/chrome/'>#Chrome</a> <a href='/tag/freeyourtech/'>#FreeYourTech</a></p>
]]></itunes:summary>
      <itunes:image href="https://image.nostr.build/9b8232c79ffa7f8f2e545cf1b5b064b6c4a3eeda51d966819579a45c263e2f5d.jpg"/>
      </item>
      
      <item>
      <title><![CDATA[Brave Browser (HIGH Spyware)]]></title>
      <description><![CDATA[Brave Browser (HIGH Spyware)

Brave is a favorite browser among those trying to escape all the spying and tracking forced on us by Big Tech, but it still has a little spyware in it.

It is ranked with a spyware level of HIGH at neocities dot org, which is the…]]></description>
             <itunes:subtitle><![CDATA[Brave Browser (HIGH Spyware)

Brave is a favorite browser among those trying to escape all the spying and tracking forced on us by Big Tech, but it still has a little spyware in it.

It is ranked with a spyware level of HIGH at neocities dot org, which is the…]]></itunes:subtitle>
      <pubDate>Thu, 13 Jun 2024 03:13:52 GMT</pubDate>
      <link>https://freedomtech.npub.pro/post/note1seajpswt4vmqps2umme3pwjrmu440nrl73ecg8wdlnshzv82095qht5mwz/</link>
      <comments>https://freedomtech.npub.pro/post/note1seajpswt4vmqps2umme3pwjrmu440nrl73ecg8wdlnshzv82095qht5mwz/</comments>
      <guid isPermaLink="false">note1seajpswt4vmqps2umme3pwjrmu440nrl73ecg8wdlnshzv82095qht5mwz</guid>
      <category>PrivacyBrowsers</category>
      
        <media:content url="https://image.nostr.build/e5273fc61f627e1042b54c71180cd90a4b77b47dd9fbde5c5c02c53f8a57a33b.jpg" medium="image"/>
        <enclosure 
          url="https://image.nostr.build/e5273fc61f627e1042b54c71180cd90a4b77b47dd9fbde5c5c02c53f8a57a33b.jpg" length="0" 
          type="image/jpeg" 
        />
      <noteId>note1seajpswt4vmqps2umme3pwjrmu440nrl73ecg8wdlnshzv82095qht5mwz</noteId>
      <npub>npub1fkluklzamwpyn7w8awxzrcqe7z8mldlvthk4gz9kz3vsh6udz62s9qj48l</npub>
      <dc:creator><![CDATA[Freedom Tech]]></dc:creator>
      <content:encoded><![CDATA[<p><br><br># Brave Browser (HIGH Spyware)<br><br>Brave is a favorite browser among those trying to escape all the spying and tracking forced on us by Big Tech, but it still has a little spyware in it.<br><br>It is ranked with a spyware level of HIGH at neocities dot org, which is the same as Firefox.<br><br><a href="https://spyware.neocities.org/articles/brave.html">Neocities Brave Browser review and ranking</a><br><br>Brave intentionally leaves some spyware in so you can still get things done online without much headache.  Brave is a good browser if you want to cut down on the spyware as much as possible while still keeping most things functional. However, unlike Firefox, there is no way to mitigate against some of the spyware features.<br><br>Brave was created by Brendan Eich, the ex-CEO of Mozilla (Firefox) who was forced out of his position because he donated to the traditional marriage Prop 8 in California.  Brendan Eich has also spoken out against vaccine mandates, so at least we know this browser has conservative backings, and isn't run by the leftist commies.<br><br>You can install Brave Browser on DeGoogled phones using the <a href="https://f-droid.org/en/packages/de.marmaro.krt.ffupdater/">FFUpdater app from F-Droid</a>.<br><br><a href="http://primal.net/p/npub1fkluklzamwpyn7w8awxzrcqe7z8mldlvthk4gz9kz3vsh6udz62s9qj48l">⚡️ Follow Freedom Tech</a><br><br><a href='/tag/privacybrowsers/'>#PrivacyBrowsers</a> <a href='/tag/linux/'>#Linux</a> <a href='/tag/degoogledphones/'>#DeGoogledPhones</a> <a href='/tag/freedomtech/'>#FreedomTech</a> <a href='/tag/bravebrowser/'>#BraveBrowser</a></p>
]]></content:encoded>
      <itunes:author><![CDATA[Freedom Tech]]></itunes:author>
      <itunes:summary><![CDATA[<p><br><br># Brave Browser (HIGH Spyware)<br><br>Brave is a favorite browser among those trying to escape all the spying and tracking forced on us by Big Tech, but it still has a little spyware in it.<br><br>It is ranked with a spyware level of HIGH at neocities dot org, which is the same as Firefox.<br><br><a href="https://spyware.neocities.org/articles/brave.html">Neocities Brave Browser review and ranking</a><br><br>Brave intentionally leaves some spyware in so you can still get things done online without much headache.  Brave is a good browser if you want to cut down on the spyware as much as possible while still keeping most things functional. However, unlike Firefox, there is no way to mitigate against some of the spyware features.<br><br>Brave was created by Brendan Eich, the ex-CEO of Mozilla (Firefox) who was forced out of his position because he donated to the traditional marriage Prop 8 in California.  Brendan Eich has also spoken out against vaccine mandates, so at least we know this browser has conservative backings, and isn't run by the leftist commies.<br><br>You can install Brave Browser on DeGoogled phones using the <a href="https://f-droid.org/en/packages/de.marmaro.krt.ffupdater/">FFUpdater app from F-Droid</a>.<br><br><a href="http://primal.net/p/npub1fkluklzamwpyn7w8awxzrcqe7z8mldlvthk4gz9kz3vsh6udz62s9qj48l">⚡️ Follow Freedom Tech</a><br><br><a href='/tag/privacybrowsers/'>#PrivacyBrowsers</a> <a href='/tag/linux/'>#Linux</a> <a href='/tag/degoogledphones/'>#DeGoogledPhones</a> <a href='/tag/freedomtech/'>#FreedomTech</a> <a href='/tag/bravebrowser/'>#BraveBrowser</a></p>
]]></itunes:summary>
      <itunes:image href="https://image.nostr.build/e5273fc61f627e1042b54c71180cd90a4b77b47dd9fbde5c5c02c53f8a57a33b.jpg"/>
      </item>
      
      </channel>
      </rss>
    