<?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 (sweeney)</title>
    <link>https://pinboard.in/u:sweeney/public/</link>
    <description>recent bookmarks from sweeney</description>
    <items>
      <rdf:Seq>	<rdf:li rdf:resource="https://github.com/lowe/zxcvbn"/>
	<rdf:li rdf:resource="http://www.davidverhasselt.com/2010/09/14/git-how-to-remove-your-password-from-a-repository/"/>
      </rdf:Seq>
    </items>
  </channel><item rdf:about="https://github.com/lowe/zxcvbn">
    <title>lowe/zxcvbn</title>
    <dc:date>2012-04-13T09:30:25+00:00</dc:date>
    <link>https://github.com/lowe/zxcvbn</link>
    <dc:creator>sweeney</dc:creator><description><![CDATA[zxcvbn, named after a crappy password, is a JavaScript password strength
estimation library. Use it to implement a custom strength bar on a
signup form near you!]]></description>
<dc:subject>javascript password security</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:sweeney/b:6a9ff1b6af0c/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:sweeney/t:javascript"/>
	<rdf:li rdf:resource="https://pinboard.in/u:sweeney/t:password"/>
	<rdf:li rdf:resource="https://pinboard.in/u:sweeney/t:security"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://www.davidverhasselt.com/2010/09/14/git-how-to-remove-your-password-from-a-repository/">
    <title>Git How-To: Remove Your Password from a Repository | David Verhasselt</title>
    <dc:date>2011-11-27T07:42:57+00:00</dc:date>
    <link>http://www.davidverhasselt.com/2010/09/14/git-how-to-remove-your-password-from-a-repository/</link>
    <dc:creator>sweeney</dc:creator><description><![CDATA[When you’re making an app that uses credentials to access some service, in the early stages of development before any code to access a config-file is written, a username and password are occasionally hard-coded in the source.

Since you use version control like all good developers, it’s possible these hardcoded credentials get committed. This poses a grave security risk, especially if you want to open source the code including the repository.

Here’s how to remove a password from any file, in all revisions, in a git repository:]]></description>
<dc:subject>git remove string password</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:sweeney/b:61d6695336fc/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:sweeney/t:git"/>
	<rdf:li rdf:resource="https://pinboard.in/u:sweeney/t:remove"/>
	<rdf:li rdf:resource="https://pinboard.in/u:sweeney/t:string"/>
	<rdf:li rdf:resource="https://pinboard.in/u:sweeney/t:password"/>
</rdf:Bag></taxo:topics>
</item>
</rdf:RDF>