<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>CornEmpire Software &#187; passwordmanagement</title>
	<atom:link href="http://cornempire.net/tag/passwordmanagement/feed/" rel="self" type="application/rss+xml" />
	<link>http://cornempire.net</link>
	<description>Tidbits about programming, web development, gaming and other random stuff.</description>
	<lastBuildDate>Sat, 31 Mar 2012 11:43:47 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Migrating pwman3 Database</title>
		<link>http://cornempire.net/2009/03/12/migrating-pwman3-database/</link>
		<comments>http://cornempire.net/2009/03/12/migrating-pwman3-database/#comments</comments>
		<pubDate>Thu, 12 Mar 2009 17:21:52 +0000</pubDate>
		<dc:creator>cornmaster</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[passwordmanagement]]></category>
		<category><![CDATA[pwman]]></category>
		<category><![CDATA[pwman3]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.cornempire.net/?p=109</guid>
		<description><![CDATA[I recently updated my server and I store a good number of passwords in my pwman database. It is a great little command line program for storing passwords in a secure manner. I do this so that I can log into my machine from anywhere in the world to retrieve passwords if needed, and I&#8217;m <a href='http://cornempire.net/2009/03/12/migrating-pwman3-database/' class='excerpt-more'>[...]</a>]]></description>
			<content:encoded><![CDATA[<p>I recently updated my server and I store a good number of passwords in my <a href="http://wiki.bleurgh.com/Pwman">pwman</a> database.  It is a great little command line program for storing passwords in a secure manner.  I do this so that I can log into my machine from anywhere in the world to retrieve passwords if needed, and I&#8217;m not tied to a thumb drive that I could lose/break, or a computer that may not have the necessary OS/ports for me to use.</p>
<p>If you need to migrate your database, you can follow these steps:</p>
<ol>
<li>Grab a copy of your old database.  It is usually called <em>pwman.db</em> and is stored in your <em>/home/yourname/.pwman/</em>  If you can&#8217;t find it, there is a <em>config</em> file in this directory that will tell you where it is.</li>
<li>Install pwman3 on your new server. (command for Debian based Linux OSes)<br />
<code>apt-get install pwman3</code></li>
<li>Run <em>pwman3</em> and configure the same master password as your old database. (Not sure if this is required, but I thought it was a good idea)</li>
<li>Make a copy of your database, and then put your old one in your new <em>/home/yourname/.pwman/</em> folder.</li>
</ol>
<p>The next time you run pwman3, you will have all your old passwords!</p>
]]></content:encoded>
			<wfw:commentRss>http://cornempire.net/2009/03/12/migrating-pwman3-database/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

