<?xml version="1.0" encoding="UTF-8"?>
 <rdf:RDF xmlns="http://purl.org/rss/1.0/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://pinboard.in">
    <title>Pinboard (rmateu)</title>
    <link>https://pinboard.in/u:rmateu/public/</link>
    <description>recent bookmarks from rmateu</description>
    <items>
      <rdf:Seq>	<rdf:li rdf:resource="https://www.sniptt.com/ots/"/>
	<rdf:li rdf:resource="https://caseyjmorris.github.io/pronounceablePassword/"/>
	<rdf:li rdf:resource="https://samate.nist.gov/index.php/Source_Code_Security_Analyzers.html"/>
	<rdf:li rdf:resource="https://application.security/free-application-security-training"/>
	<rdf:li rdf:resource="https://www.netlify.com/blog/2019/06/06/very-good-security-add-on-collect-data-securely/"/>
	<rdf:li rdf:resource="https://lonesysadmin.net/2019/02/03/out-of-office-messages-are-a-security-risk/"/>
	<rdf:li rdf:resource="https://blog.bejarano.io/hardening-macos.html"/>
	<rdf:li rdf:resource="https://robinmoisson.github.io/staticrypt/#"/>
	<rdf:li rdf:resource="https://www.wired.com/2016/12/encryption-app-signal-fights-censorship-clever-workaround/"/>
	<rdf:li rdf:resource="https://twitter.com/adrianafreitas/status/770683901656326144/photo/1"/>
	<rdf:li rdf:resource="http://www.codelitt.com/blog/my-first-10-minutes-on-a-server-primer-for-securing-ubuntu/"/>
	<rdf:li rdf:resource="https://plusbryan.com/my-first-5-minutes-on-a-server-or-essential-security-for-linux-servers"/>
	<rdf:li rdf:resource="http://www.heraldnet.com/apps/pbcs.dll/article?aid=/20141130/NEWS02/141139966"/>
	<rdf:li rdf:resource="https://twitter.com/sehnaoui/status/634740838673702912/photo/1"/>
	<rdf:li rdf:resource="http://www.august.com/"/>
	<rdf:li rdf:resource="https://www.meldium.com/"/>
	<rdf:li rdf:resource="http://mr-fridge.de/software/doorman/index.php"/>
	<rdf:li rdf:resource="http://guide.duosecurity.com/third-party-accounts"/>
	<rdf:li rdf:resource="http://chetansurpur.com/projects/sidestep/"/>
	<rdf:li rdf:resource="http://mitmproxy.org/index.html"/>
	<rdf:li rdf:resource="http://radiosilenceapp.com/private-eye"/>
	<rdf:li rdf:resource="https://github.com/borfast/arrispwgen"/>
	<rdf:li rdf:resource="http://launch.spotflux.com/"/>
	<rdf:li rdf:resource="https://oneshar.es/"/>
	<rdf:li rdf:resource="http://silenceisdefeat.com/"/>
	<rdf:li rdf:resource="http://www.macworld.com/article/161415/2011/08/lion_encrypt_external_drive.html"/>
	<rdf:li rdf:resource="https://www.grc.com/haystack.htm"/>
	<rdf:li rdf:resource="http://encipher.it/#try"/>
	<rdf:li rdf:resource="http://passwordsafe.sourceforge.net/"/>
	<rdf:li rdf:resource="http://www.malwarebytes.org/"/>
	<rdf:li rdf:resource="http://www.avg.com/us-en/avg-rescue-cd#tba1"/>
	<rdf:li rdf:resource="https://github.com/joshdick/miniProxy"/>
	<rdf:li rdf:resource="http://www.ihackintosh.com/2009/05/how-to-hack-the-user-password-in-mac-os-x-without-an-os-x-cd"/>
	<rdf:li rdf:resource="http://www.sophos.com/security/technical-papers/mac-data-theft.html"/>
	<rdf:li rdf:resource="http://www.limiter-inc.com/cryptor.html"/>
	<rdf:li rdf:resource="http://research.corsaire.com/whitepapers/technical.html"/>
	<rdf:li rdf:resource="http://computing.geology.ucdavis.edu/security/CyberSafety-MacQuickClick.php#remotelogin"/>
	<rdf:li rdf:resource="http://www.fastforwardsw.com/bitclamp/"/>
      </rdf:Seq>
    </items>
  </channel><item rdf:about="https://www.sniptt.com/ots/">
    <title>Create One-Time Secret | Sniptt</title>
    <dc:date>2021-08-10T20:55:04+00:00</dc:date>
    <link>https://www.sniptt.com/ots/</link>
    <dc:creator>rmateu</dc:creator><description><![CDATA[Share end-to-end encrypted secrets with others via a one-time URL
Use to securely share sensitive secrets such as API keys, signing secrets, passwords and more with 3rd parties or with your team. Secrets are destructed 💥 once viewed, or after specified expiry]]></description>
<dc:subject>tool security</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:rmateu/b:0ede469a7760/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:rmateu/t:tool"/>
	<rdf:li rdf:resource="https://pinboard.in/u:rmateu/t:security"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="https://caseyjmorris.github.io/pronounceablePassword/">
    <title>Pronounceable password generator</title>
    <dc:date>2020-10-14T14:41:57+00:00</dc:date>
    <link>https://caseyjmorris.github.io/pronounceablePassword/</link>
    <dc:creator>rmateu</dc:creator><description><![CDATA[This is a simple tool to generate a password you can pronounce (less so than when I started on "simple"). Since it runs in the browser, you don't need to trust any server-side tool, and since the code is pretty short, you don't have to trust me. You do have to trust your browser's implementation of Crypto.getRandomValues() to shuffle the syllables properly though.

]]></description>
<dc:subject>security tool</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:rmateu/b:ad7b24f6849f/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:rmateu/t:security"/>
	<rdf:li rdf:resource="https://pinboard.in/u:rmateu/t:tool"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="https://samate.nist.gov/index.php/Source_Code_Security_Analyzers.html">
    <title>Source Code Security Analyzers</title>
    <dc:date>2020-09-17T19:48:43+00:00</dc:date>
    <link>https://samate.nist.gov/index.php/Source_Code_Security_Analyzers.html</link>
    <dc:creator>rmateu</dc:creator><description><![CDATA[or our purposes, a source code security analyzer

examines source code to
detect and report weaknesses that can lead to security vulnerabilities.
They are one of the last lines of defense to eliminate software vulnerabilities during development or after deployment. A Source Code Security Analysis Tool Functional Specification is available.

Byte Code Scanners and Binary Code Scanners have similarities, but work at lower levels.

]]></description>
<dc:subject>tools security</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:rmateu/b:9ba7962db176/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:rmateu/t:tools"/>
	<rdf:li rdf:resource="https://pinboard.in/u:rmateu/t:security"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="https://application.security/free-application-security-training">
    <title>Application Security Training</title>
    <dc:date>2020-04-28T21:02:25+00:00</dc:date>
    <link>https://application.security/free-application-security-training</link>
    <dc:creator>rmateu</dc:creator><description><![CDATA[At KONTRA, we believe every software engineer should have free access to developer security training. KONTRA OWASP Top 10 is our first step in that direction. Inspired by real-world vulnerabilities and case studies, we've created a series of interactive application security training modules to help developers understand, identify and mitigate security vulnerabilities in their applications.

]]></description>
<dc:subject>security software</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:rmateu/b:5345c77aa411/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:rmateu/t:security"/>
	<rdf:li rdf:resource="https://pinboard.in/u:rmateu/t:software"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="https://www.netlify.com/blog/2019/06/06/very-good-security-add-on-collect-data-securely/">
    <title>Very Good Security Add-on: Collect Data Securely</title>
    <dc:date>2019-06-24T20:21:23+00:00</dc:date>
    <link>https://www.netlify.com/blog/2019/06/06/very-good-security-add-on-collect-data-securely/</link>
    <dc:creator>rmateu</dc:creator><description><![CDATA[VGS is an innovative security company with a unique approach to data security that they call Zero Data. With Zero Data, companies can interact with sensitive data, throughout its entire lifecycle, but no longer need to actually possess the data itself. This enables companies to achieve compliances in record time, inherit VGS’ security posture, and ultimately focus on what they do best.

]]></description>
<dc:subject>reference security</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:rmateu/b:87e95ce2cc1a/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:rmateu/t:reference"/>
	<rdf:li rdf:resource="https://pinboard.in/u:rmateu/t:security"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="https://lonesysadmin.net/2019/02/03/out-of-office-messages-are-a-security-risk/">
    <title>Out-of-Office Messages are a Security Risk</title>
    <dc:date>2019-02-11T16:34:21+00:00</dc:date>
    <link>https://lonesysadmin.net/2019/02/03/out-of-office-messages-are-a-security-risk/</link>
    <dc:creator>rmateu</dc:creator><description><![CDATA[Out-of-Office Messages are a real great way to let potential attackers know when they can be most successful. They can also be a big operational problem for your team.]]></description>
<dc:subject>security office</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:rmateu/b:fd2babf8cabb/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:rmateu/t:security"/>
	<rdf:li rdf:resource="https://pinboard.in/u:rmateu/t:office"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="https://blog.bejarano.io/hardening-macos.html">
    <title>Hardening macOS</title>
    <dc:date>2018-10-04T02:41:46+00:00</dc:date>
    <link>https://blog.bejarano.io/hardening-macos.html</link>
    <dc:creator>rmateu</dc:creator><dc:subject>mac security</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:rmateu/b:be2d6bb87c1a/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:rmateu/t:mac"/>
	<rdf:li rdf:resource="https://pinboard.in/u:rmateu/t:security"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="https://robinmoisson.github.io/staticrypt/#">
    <title>Static HTML Crypto</title>
    <dc:date>2017-06-15T01:13:43+00:00</dc:date>
    <link>https://robinmoisson.github.io/staticrypt/#</link>
    <dc:creator>rmateu</dc:creator><description><![CDATA[Download your encrypted string in a HTML page with a password prompt you can upload anywhere (see example).

]]></description>
<dc:subject>encryption hacking html security webdev</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:rmateu/b:6205ca41811b/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:rmateu/t:encryption"/>
	<rdf:li rdf:resource="https://pinboard.in/u:rmateu/t:hacking"/>
	<rdf:li rdf:resource="https://pinboard.in/u:rmateu/t:html"/>
	<rdf:li rdf:resource="https://pinboard.in/u:rmateu/t:security"/>
	<rdf:li rdf:resource="https://pinboard.in/u:rmateu/t:webdev"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="https://www.wired.com/2016/12/encryption-app-signal-fights-censorship-clever-workaround/">
    <title>Encryption App ‘Signal’ Fights Censorship With a Clever Workaround</title>
    <dc:date>2016-12-23T18:37:19+00:00</dc:date>
    <link>https://www.wired.com/2016/12/encryption-app-signal-fights-censorship-clever-workaround/</link>
    <dc:creator>rmateu</dc:creator><description><![CDATA[Andy Greenberg on [Wired](https://www.wired.com/2016/12/encryption-app-signal-fights-censorship-clever-workaround/):
> “Now when people in Egypt or the United Arab Emirates send a Signal message, it’ll look identical to something like a Google search,” Marlinspike says. “The idea is that using Signal will look like using Google; if you want to block Signal you’ll have to block Google.”

Smart. Since Signal is not as widely used as WhatsApp, blocking it doesn't cause same uproar. This workaround ties its fate with Google, which is like using Godzilla for your canary in a coal mine test.]]></description>
<dc:subject>snippet security</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:rmateu/b:2a35455d79de/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:rmateu/t:snippet"/>
	<rdf:li rdf:resource="https://pinboard.in/u:rmateu/t:security"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="https://twitter.com/adrianafreitas/status/770683901656326144/photo/1">
    <title>Twitter</title>
    <dc:date>2016-08-30T18:05:35+00:00</dc:date>
    <link>https://twitter.com/adrianafreitas/status/770683901656326144/photo/1</link>
    <dc:creator>rmateu</dc:creator><description><![CDATA[At @WebSummitHQ #Barcelona event @secrsecure #security #Alfa #Startup Getting preparing to the event! Book a test! ]]></description>
<dc:subject>Startup security Barcelona Alfa</dc:subject>
<dc:source>https://twitter.com/</dc:source>
<dc:identifier>https://pinboard.in/u:rmateu/b:5ba1487b53d1/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:rmateu/t:Startup"/>
	<rdf:li rdf:resource="https://pinboard.in/u:rmateu/t:security"/>
	<rdf:li rdf:resource="https://pinboard.in/u:rmateu/t:Barcelona"/>
	<rdf:li rdf:resource="https://pinboard.in/u:rmateu/t:Alfa"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://www.codelitt.com/blog/my-first-10-minutes-on-a-server-primer-for-securing-ubuntu/">
    <title>My First 10 Minutes On a Server - Primer for Securing Ubuntu</title>
    <dc:date>2016-06-17T13:57:50+00:00</dc:date>
    <link>http://www.codelitt.com/blog/my-first-10-minutes-on-a-server-primer-for-securing-ubuntu/</link>
    <dc:creator>rmateu</dc:creator><dc:subject>security linux server sysadmin devops via:popular</dc:subject>
<dc:identifier>https://pinboard.in/u:rmateu/b:7bb7ba7c3aa4/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:rmateu/t:security"/>
	<rdf:li rdf:resource="https://pinboard.in/u:rmateu/t:linux"/>
	<rdf:li rdf:resource="https://pinboard.in/u:rmateu/t:server"/>
	<rdf:li rdf:resource="https://pinboard.in/u:rmateu/t:sysadmin"/>
	<rdf:li rdf:resource="https://pinboard.in/u:rmateu/t:devops"/>
	<rdf:li rdf:resource="https://pinboard.in/u:rmateu/t:via:popular"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="https://plusbryan.com/my-first-5-minutes-on-a-server-or-essential-security-for-linux-servers">
    <title>My First 5 Minutes On A Server; Or, Essential Security for Linux Servers</title>
    <dc:date>2016-06-15T18:44:38+00:00</dc:date>
    <link>https://plusbryan.com/my-first-5-minutes-on-a-server-or-essential-security-for-linux-servers</link>
    <dc:creator>rmateu</dc:creator><description><![CDATA[Note: I’m not advocating this as the most secure approach - just that it balances security and management simplicity for our small team. From my experience, most security breaches are caused either by insufficient security procedures or sufficient procedures poorly maintained.]]></description>
<dc:subject>tutorial ubuntu linux security reference tk</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:rmateu/b:bd4041271ac9/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:rmateu/t:tutorial"/>
	<rdf:li rdf:resource="https://pinboard.in/u:rmateu/t:ubuntu"/>
	<rdf:li rdf:resource="https://pinboard.in/u:rmateu/t:linux"/>
	<rdf:li rdf:resource="https://pinboard.in/u:rmateu/t:security"/>
	<rdf:li rdf:resource="https://pinboard.in/u:rmateu/t:reference"/>
	<rdf:li rdf:resource="https://pinboard.in/u:rmateu/t:tk"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://www.heraldnet.com/apps/pbcs.dll/article?aid=/20141130/NEWS02/141139966">
    <title>What happens to baggage at airports? | HeraldNet.com - Nation &amp; World</title>
    <dc:date>2015-08-21T18:33:22+00:00</dc:date>
    <link>http://www.heraldnet.com/apps/pbcs.dll/article?aid=/20141130/NEWS02/141139966</link>
    <dc:creator>rmateu</dc:creator><description><![CDATA[RT @sehnaoui: Thank you @washingtonpost for posting the @TSA's master keys :)
- All lockpickers
#security 
 ]]></description>
<dc:subject>security</dc:subject>
<dc:source>https://twitter.com/</dc:source>
<dc:identifier>https://pinboard.in/u:rmateu/b:b83463b25b8e/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:rmateu/t:security"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="https://twitter.com/sehnaoui/status/634740838673702912/photo/1">
    <title>Khalil (pilgrim) on Twitter: &quot;Thank you @washingtonpost for posting the @TSA's master keys :)
- All lockpickers
#security 
http://t.co/lV0eUIi58c http://t.co/4Ljrv4IGiN&quot;</title>
    <dc:date>2015-08-21T18:33:22+00:00</dc:date>
    <link>https://twitter.com/sehnaoui/status/634740838673702912/photo/1</link>
    <dc:creator>rmateu</dc:creator><description><![CDATA[RT @sehnaoui: Thank you @washingtonpost for posting the @TSA's master keys :)
- All lockpickers
#security 
 ]]></description>
<dc:subject>security</dc:subject>
<dc:source>https://twitter.com/</dc:source>
<dc:identifier>https://pinboard.in/u:rmateu/b:b14c31ffd864/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:rmateu/t:security"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://www.august.com/">
    <title>August Smart Lock</title>
    <dc:date>2013-11-05T00:12:53+00:00</dc:date>
    <link>http://www.august.com/</link>
    <dc:creator>rmateu</dc:creator><description><![CDATA[The August Smart Lock is the secure, simple, and social way to manage your home’s lock. Now you can control who can enter and who can’t—without the need for keys or codes. And you can do it all from your smartphone or computer.
]]></description>
<dc:subject>home iphone security</dc:subject>
<dc:identifier>https://pinboard.in/u:rmateu/b:3524042f60c1/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:rmateu/t:home"/>
	<rdf:li rdf:resource="https://pinboard.in/u:rmateu/t:iphone"/>
	<rdf:li rdf:resource="https://pinboard.in/u:rmateu/t:security"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="https://www.meldium.com/">
    <title>Meldium</title>
    <dc:date>2013-08-07T15:13:29+00:00</dc:date>
    <link>https://www.meldium.com/</link>
    <dc:creator>rmateu</dc:creator><description><![CDATA[Meldium logs you in to your favorite apps without typing usernames and passwords. ]]></description>
<dc:subject>collaboration password security</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:rmateu/b:626e4e6dea78/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:rmateu/t:collaboration"/>
	<rdf:li rdf:resource="https://pinboard.in/u:rmateu/t:password"/>
	<rdf:li rdf:resource="https://pinboard.in/u:rmateu/t:security"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://mr-fridge.de/software/doorman/index.php">
    <title>Doorman password generator for Mac - Mr. Fridge Software</title>
    <dc:date>2013-06-03T04:21:44+00:00</dc:date>
    <link>http://mr-fridge.de/software/doorman/index.php</link>
    <dc:creator>rmateu</dc:creator><description><![CDATA[Doorman is a password generator that generates safe random passwords. To make passwords easier memorable, you can choose the "speakable passwords" option to get passwords that follow the syllable construction pattern of natural language.
]]></description>
<dc:subject>app mac security</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:rmateu/b:ed76b7eb91f7/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:rmateu/t:app"/>
	<rdf:li rdf:resource="https://pinboard.in/u:rmateu/t:mac"/>
	<rdf:li rdf:resource="https://pinboard.in/u:rmateu/t:security"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://guide.duosecurity.com/third-party-accounts">
    <title>Third-Party Accounts - Guide to Two-Factor Authentication · Duo Security</title>
    <dc:date>2013-02-25T22:05:16+00:00</dc:date>
    <link>http://guide.duosecurity.com/third-party-accounts</link>
    <dc:creator>rmateu</dc:creator><description><![CDATA[Some online services and web applications let you protect your account with a mobile-generated passcode. Use Duo Mobile to generate these passcodes, and keep all your accounts in one app.

]]></description>
<dc:subject>ios app security</dc:subject>
<dc:identifier>https://pinboard.in/u:rmateu/b:eb4a5b173dff/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:rmateu/t:ios"/>
	<rdf:li rdf:resource="https://pinboard.in/u:rmateu/t:app"/>
	<rdf:li rdf:resource="https://pinboard.in/u:rmateu/t:security"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://chetansurpur.com/projects/sidestep/">
    <title>Sidestep - Chetan Surpur</title>
    <dc:date>2013-01-08T16:27:08+00:00</dc:date>
    <link>http://chetansurpur.com/projects/sidestep/</link>
    <dc:creator>rmateu</dc:creator><description><![CDATA[Sidestep is an open-source application for Mac OS X that sits quietly in the background, protecting your security and privacy as you browse the web.

]]></description>
<dc:subject>security mac wifi</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:rmateu/b:62f99765612c/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:rmateu/t:security"/>
	<rdf:li rdf:resource="https://pinboard.in/u:rmateu/t:mac"/>
	<rdf:li rdf:resource="https://pinboard.in/u:rmateu/t:wifi"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://mitmproxy.org/index.html">
    <title>mitmproxy - home</title>
    <dc:date>2013-01-07T21:38:44+00:00</dc:date>
    <link>http://mitmproxy.org/index.html</link>
    <dc:creator>rmateu</dc:creator><description><![CDATA[an SSL-capable man-in-the-middle proxy
]]></description>
<dc:subject>security python networking</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:rmateu/b:00fb6e130dee/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:rmateu/t:security"/>
	<rdf:li rdf:resource="https://pinboard.in/u:rmateu/t:python"/>
	<rdf:li rdf:resource="https://pinboard.in/u:rmateu/t:networking"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://radiosilenceapp.com/private-eye">
    <title>Private Eye | Free Network Monitor for Mac</title>
    <dc:date>2012-12-11T16:24:49+00:00</dc:date>
    <link>http://radiosilenceapp.com/private-eye</link>
    <dc:creator>rmateu</dc:creator><dc:subject>mac network security software</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:rmateu/b:9b9319501173/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:rmateu/t:mac"/>
	<rdf:li rdf:resource="https://pinboard.in/u:rmateu/t:network"/>
	<rdf:li rdf:resource="https://pinboard.in/u:rmateu/t:security"/>
	<rdf:li rdf:resource="https://pinboard.in/u:rmateu/t:software"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="https://github.com/borfast/arrispwgen">
    <title>borfast/arrispwgen</title>
    <dc:date>2012-07-07T05:11:05+00:00</dc:date>
    <link>https://github.com/borfast/arrispwgen</link>
    <dc:creator>rmateu</dc:creator><description><![CDATA[This is a “password of the day” generator for Arris TM602A cable modems, and probably other Arris models.

]]></description>
<dc:subject>tool security</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:rmateu/b:0e69012cdefd/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:rmateu/t:tool"/>
	<rdf:li rdf:resource="https://pinboard.in/u:rmateu/t:security"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://launch.spotflux.com/">
    <title>Spotflux - A more secure, private, and open internet experience.</title>
    <dc:date>2012-05-14T15:34:40+00:00</dc:date>
    <link>http://launch.spotflux.com/</link>
    <dc:creator>rmateu</dc:creator><description><![CDATA[Spotflux empowers people to take control of their internet connection by providing an easy to use unified security and privacy tool.
]]></description>
<dc:subject>encryption security wifi</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:rmateu/b:883b5513bfa6/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:rmateu/t:encryption"/>
	<rdf:li rdf:resource="https://pinboard.in/u:rmateu/t:security"/>
	<rdf:li rdf:resource="https://pinboard.in/u:rmateu/t:wifi"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="https://oneshar.es/">
    <title>Share private information with others that self-destructs after first viewing. | OneShar.es</title>
    <dc:date>2012-03-01T20:14:35+00:00</dc:date>
    <link>https://oneshar.es/</link>
    <dc:creator>rmateu</dc:creator><description><![CDATA[Sending confidential information such as passwords, account information and other sensitive data in emails and IM is not necessarily safe. That data is typically stored with remnants of the bits in places you don't need it to be.

]]></description>
<dc:subject>encryption privacy sharing security</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:rmateu/b:670ee12d1feb/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:rmateu/t:encryption"/>
	<rdf:li rdf:resource="https://pinboard.in/u:rmateu/t:privacy"/>
	<rdf:li rdf:resource="https://pinboard.in/u:rmateu/t:sharing"/>
	<rdf:li rdf:resource="https://pinboard.in/u:rmateu/t:security"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://silenceisdefeat.com/">
    <title>Silence is Defeat Public Access Unix Systems</title>
    <dc:date>2012-02-21T16:18:15+00:00</dc:date>
    <link>http://silenceisdefeat.com/</link>
    <dc:creator>rmateu</dc:creator><description><![CDATA[public access unix systems for free speech, established 2000]]></description>
<dc:subject>free ssh security</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:rmateu/b:b4abee81c539/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:rmateu/t:free"/>
	<rdf:li rdf:resource="https://pinboard.in/u:rmateu/t:ssh"/>
	<rdf:li rdf:resource="https://pinboard.in/u:rmateu/t:security"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://www.macworld.com/article/161415/2011/08/lion_encrypt_external_drive.html">
    <title>How to encrypt an external hard drive in Lion | Macworld</title>
    <dc:date>2012-01-19T22:24:28+00:00</dc:date>
    <link>http://www.macworld.com/article/161415/2011/08/lion_encrypt_external_drive.html</link>
    <dc:creator>rmateu</dc:creator><description><![CDATA[FileVault 2 not onlyencrypts your Mac’s internal drive, but it can also encrypt external drives. Interested in securing your data? We’ll take you through the steps here.

]]></description>
<dc:subject>security mac</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:rmateu/b:46c425305870/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:rmateu/t:security"/>
	<rdf:li rdf:resource="https://pinboard.in/u:rmateu/t:mac"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="https://www.grc.com/haystack.htm">
    <title>GRC's | Password Haystacks: How Well Hidden is Your Needle?  </title>
    <dc:date>2011-09-08T00:13:01+00:00</dc:date>
    <link>https://www.grc.com/haystack.htm</link>
    <dc:creator>rmateu</dc:creator><description><![CDATA[This interactive brute force search space calculator allows you to experiment with password length and composition to develop an accurate and quantified sense for the safety of using passwords that can only be found through exhaustive search.]]></description>
<dc:subject>password security</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:rmateu/b:11fa72a93655/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:rmateu/t:password"/>
	<rdf:li rdf:resource="https://pinboard.in/u:rmateu/t:security"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://encipher.it/#try">
    <title>AES text encryptor</title>
    <dc:date>2011-06-14T19:21:58+00:00</dc:date>
    <link>http://encipher.it/#try</link>
    <dc:creator>rmateu</dc:creator><description><![CDATA[AES Text encryptor for Google Mail or anything else

]]></description>
<dc:subject>security bookmarklet</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:rmateu/b:6630b22c23cd/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:rmateu/t:security"/>
	<rdf:li rdf:resource="https://pinboard.in/u:rmateu/t:bookmarklet"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://passwordsafe.sourceforge.net/">
    <title>Password Safe</title>
    <dc:date>2011-03-22T15:19:25+00:00</dc:date>
    <link>http://passwordsafe.sourceforge.net/</link>
    <dc:creator>rmateu</dc:creator><description><![CDATA[Whether the answer is one or hundreds, Password Safe allows you to safely and easily create a secured and encrypted user name/password list. With Password Safe all you have to do is create and remember a single "Master Password" of your choice in order to unlock and access your entire user name/password list.
]]></description>
<dc:subject>security software windows</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:rmateu/b:e0987a87340a/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:rmateu/t:security"/>
	<rdf:li rdf:resource="https://pinboard.in/u:rmateu/t:software"/>
	<rdf:li rdf:resource="https://pinboard.in/u:rmateu/t:windows"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://www.malwarebytes.org/">
    <title>Malwarebytes</title>
    <dc:date>2011-03-22T15:11:32+00:00</dc:date>
    <link>http://www.malwarebytes.org/</link>
    <dc:creator>rmateu</dc:creator><description><![CDATA[Malwarebytes is a site dedicated to fighting malware. Malwarebytes has developed a variety of tools that can identify and remove malicious software from your computer. When your computer becomes infected, Malwarebytes can provide the needed assistance to remove the infection and restore the machine back to optimum performance.

]]></description>
<dc:subject>security software windows</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:rmateu/b:db288fbf401f/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:rmateu/t:security"/>
	<rdf:li rdf:resource="https://pinboard.in/u:rmateu/t:software"/>
	<rdf:li rdf:resource="https://pinboard.in/u:rmateu/t:windows"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://www.avg.com/us-en/avg-rescue-cd#tba1">
    <title>AVG - Rescue CD | PC Rescue and Repair Toolkit</title>
    <dc:date>2011-03-03T21:34:13+00:00</dc:date>
    <link>http://www.avg.com/us-en/avg-rescue-cd#tba1</link>
    <dc:creator>rmateu</dc:creator><description><![CDATA[You’ve installed AVG protection to help ensure you don’t get infected servers or workstations. However, if the unthinkable has already occurred, you need the AVG Rescue CD; a powerful must-have toolkit to assist with the rescue and repair of infected machines. This software provides essential utilities for system administrators and other IT professionals and includes the following features:
]]></description>
<dc:subject>security software windows tools</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:rmateu/b:c96aeab7f286/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:rmateu/t:security"/>
	<rdf:li rdf:resource="https://pinboard.in/u:rmateu/t:software"/>
	<rdf:li rdf:resource="https://pinboard.in/u:rmateu/t:windows"/>
	<rdf:li rdf:resource="https://pinboard.in/u:rmateu/t:tools"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="https://github.com/joshdick/miniProxy">
    <title>joshdick/miniProxy - GitHub</title>
    <dc:date>2011-01-11T14:46:41+00:00</dc:date>
    <link>https://github.com/joshdick/miniProxy</link>
    <dc:creator>rmateu</dc:creator><description><![CDATA[miniProxy is a simple web proxy written in PHP that can allow you to bypass Internet content filters, or to browse the internet anonymously. miniProxy is licensed under the GNU GPL v3. miniProxy is the successor to pageForward.

]]></description>
<dc:subject>security web</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:rmateu/b:6cd52f85ff7e/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:rmateu/t:security"/>
	<rdf:li rdf:resource="https://pinboard.in/u:rmateu/t:web"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://www.ihackintosh.com/2009/05/how-to-hack-the-user-password-in-mac-os-x-without-an-os-x-cd">
    <title>How to Hack the User Password in Mac OS X Without an OS X CD. | OSX</title>
    <dc:date>2010-02-19T11:11:51+00:00</dc:date>
    <link>http://www.ihackintosh.com/2009/05/how-to-hack-the-user-password-in-mac-os-x-without-an-os-x-cd</link>
    <dc:creator>rmateu</dc:creator><description><![CDATA[But what to do if you don’t have an OS X CD or don’t evem know the Admin password. Here we have two simple tricks based on the loop holes of Mac OS X to hack your Mac user account by changing it’s password with simple command lines.]]></description>
<dc:subject>mac security tips</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:rmateu/b:27b8b2aedcdd/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:rmateu/t:mac"/>
	<rdf:li rdf:resource="https://pinboard.in/u:rmateu/t:security"/>
	<rdf:li rdf:resource="https://pinboard.in/u:rmateu/t:tips"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://www.sophos.com/security/technical-papers/mac-data-theft.html">
    <title>10 steps to better secure your Mac laptop from physical data theft</title>
    <dc:date>2010-02-14T09:38:12+00:00</dc:date>
    <link>http://www.sophos.com/security/technical-papers/mac-data-theft.html</link>
    <dc:creator>rmateu</dc:creator><description><![CDATA[This paper describes the steps that Mac users can take to improve the physical security of their laptops, discussing the context and benefits of each change.]]></description>
<dc:subject>mac security</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:rmateu/b:31b0447f2460/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:rmateu/t:mac"/>
	<rdf:li rdf:resource="https://pinboard.in/u:rmateu/t:security"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://www.limiter-inc.com/cryptor.html">
    <title>Cryptor @ L|M|TER Inc. - Software Company</title>
    <dc:date>2010-02-08T11:27:11+00:00</dc:date>
    <link>http://www.limiter-inc.com/cryptor.html</link>
    <dc:creator>rmateu</dc:creator><description><![CDATA[Cryptor has a simple, easy-to-use interface which makes securing files a pleasure. The built-in 'String Utility' let’s you encrypt/decrypt a string in an instant, without the usual hassle of using command-line tools. 
The powerful algorithms used by Cryptor protect your data from intruders, so you don't have to spend precious time on complicated security schemes.]]></description>
<dc:subject>security mac app</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:rmateu/b:b36dd5851df7/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:rmateu/t:security"/>
	<rdf:li rdf:resource="https://pinboard.in/u:rmateu/t:mac"/>
	<rdf:li rdf:resource="https://pinboard.in/u:rmateu/t:app"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://research.corsaire.com/whitepapers/technical.html">
    <title>Corsaire: Technical Whitepapers</title>
    <dc:date>2010-01-31T02:29:47+00:00</dc:date>
    <link>http://research.corsaire.com/whitepapers/technical.html</link>
    <dc:creator>rmateu</dc:creator><description><![CDATA[This guide is an updated version of the Securing Mac OS X Tiger (10.4) and includes the new security features offered by Mac OS X Leopard (10.5).]]></description>
<dc:subject>security mac</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:rmateu/b:a18d2e85ca42/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:rmateu/t:security"/>
	<rdf:li rdf:resource="https://pinboard.in/u:rmateu/t:mac"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://computing.geology.ucdavis.edu/security/CyberSafety-MacQuickClick.php#remotelogin">
    <title>Securing your computer: Macintosh Quick-Click Guide</title>
    <dc:date>2010-01-31T01:59:34+00:00</dc:date>
    <link>http://computing.geology.ucdavis.edu/security/CyberSafety-MacQuickClick.php#remotelogin</link>
    <dc:creator>rmateu</dc:creator><description><![CDATA[This note describes Mac OS X configuration settings for Cyber Safety Program compliance. It is terse and bare-bones, but it does give you a recipe of things to click and check.]]></description>
<dc:subject>mac security colophon</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:rmateu/b:a1b818660916/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:rmateu/t:mac"/>
	<rdf:li rdf:resource="https://pinboard.in/u:rmateu/t:security"/>
	<rdf:li rdf:resource="https://pinboard.in/u:rmateu/t:colophon"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://www.fastforwardsw.com/bitclamp/">
    <title>BitClamp - Encryption Software for Mac OS X</title>
    <dc:date>2009-07-13T12:52:14+00:00</dc:date>
    <link>http://www.fastforwardsw.com/bitclamp/</link>
    <dc:creator>rmateu</dc:creator><description><![CDATA[ Easily secure confidential documents and personal files with trusted 448-bit Blowfish, AES 256-bit and 256-bit Serpent encryption.]]></description>
<dc:subject>security mac software</dc:subject>
<dc:identifier>https://pinboard.in/u:rmateu/b:fb9e48256b78/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:rmateu/t:security"/>
	<rdf:li rdf:resource="https://pinboard.in/u:rmateu/t:mac"/>
	<rdf:li rdf:resource="https://pinboard.in/u:rmateu/t:software"/>
</rdf:Bag></taxo:topics>
</item>
</rdf:RDF>