<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:admin="http://webns.net/mvcb/"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<channel>
	  <title>Ask MetaFilter questions tagged with passwords</title>
      <link>http://ask.metafilter.com/tags/passwords</link>
      <description>Questions tagged with 'passwords' at Ask MetaFilter.</description>
	  <pubDate>Tue, 17 Nov 2009 16:11:03 -0800</pubDate> <lastBuildDate>Tue, 17 Nov 2009 16:11:03 -0800</lastBuildDate>

      <language>en-us</language>
	  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
	  <ttl>60</ttl>	  
	<item>
	<title>Restore deleted usernames and passwords to Firefox?</title>
	<link>http://ask.metafilter.com/138396/Restore%2Ddeleted%2Dusernames%2Dand%2Dpasswords%2Dto%2DFirefox</link>	
	<description>I errantly deleted all of my saved usernames and passwords from Firefox. Is there any way to get them back? I wasn&apos;t paying attention and clicked &quot;remove all&quot; instead of &quot;remove&quot;. Mac OS 10.5. Firefox 3.5.3.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.138396</guid>
	<pubDate>Tue, 17 Nov 2009 16:11:03 -0800</pubDate>
	<category>firefox</category>
	<category>passwords</category>
	<category>resolved</category>
	<category>restore</category>
	<category>usernames</category>
	<dc:creator>sockpup</dc:creator>
	</item>
	<item>
	<title>A three-digit password is not &quot;too long.&quot;</title>
	<link>http://ask.metafilter.com/135998/A%2Dthreedigit%2Dpassword%2Dis%2Dnot%2Dtoo%2Dlong</link>	
	<description>The &lt;a href=&quot;http://blurst.com/register/&quot;&gt;Blurst.com registration page&lt;/a&gt; tells me my (12-character) password is too long, while a string of 100 A&apos;s is OK.  FFF is a fine password, but 777 is too long.  What gives?  (Somewhat long but delightfully pattern-y description follows) &lt;ul&gt;&lt;/ul&gt;Let&apos;s say my chosen password is 99clobdatz47.  This, it tells me, is too long.  99clob47, which is only eight characters, is also deemed too long.  I then try just clobdatz, another eight-character password, but this time I&apos;m told it&apos;s OK!  In fact, clobdatz4799 is OK as well.  Testing my hunch that it&apos;s those leading 9&apos;s causing the problem, I discovered some interesting patterns.&lt;br&gt;
&lt;br&gt;
First off, passwords must be at least three characters.  Two-character passwords are too short, and three-character passwords are OK, with the exception of passwords beginning with two numbers.  For these, the following rules apply:&lt;br&gt;
- Any three-digit permutation of the numbers 1-9 (0 is exempt) is too long.  For example,&lt;br&gt;
3: too short&lt;br&gt;
33: too short&lt;br&gt;
333: too long, and&lt;br&gt;
&lt;br&gt;
4: too short&lt;br&gt;
47: too short&lt;br&gt;
479: too long, but &lt;br&gt;
&lt;br&gt;
000: OK.  (00 is still too short, but there&apos;s no commentary at all on a single 0)  This has held up for every set of three numbers I&apos;ve tried.&lt;br&gt;
&lt;br&gt;
- Any two numbers followed by a letter will be &quot;too long,&quot; UNLESS the first number is a 1, in which case it&apos;s OK regardless of the second number, e.g.&lt;br&gt;
&lt;br&gt;
23b: too long&lt;br&gt;
75x: too long&lt;br&gt;
94d: too long, but&lt;br&gt;
&lt;br&gt;
11k: OK&lt;br&gt;
17a: OK&lt;br&gt;
14m: OK.  111 is still too long.&lt;br&gt;
&lt;br&gt;
- When you start messing around with zeros, things get extra screwy.  For &quot;number-number-letter&quot; passwords, a 0 in the second place acts as any other digit would, making the final result &quot;too long,&quot; unless the first digit is a 1 or 2.  It makes no difference in &quot;number-number-number&quot; passwords.&lt;br&gt;
&lt;br&gt;
30k: too long&lt;br&gt;
90d: too long&lt;br&gt;
&lt;br&gt;
10g: OK&lt;br&gt;
20z: OK&lt;br&gt;
&lt;br&gt;
100: too long&lt;br&gt;
206: too long, and so forth.  For numbers beginning with 0, a (non-zero) number in the second and third places will make it too long, unless the second number is 1, in which case the third can be any number, or if the second number is 2 followed by a zero.  Any number can be in the second place if a letter is in the third.  If the first two numbers are zeros, any number or letter can be in the third.  A number followed by two zeros is still too long.&lt;br&gt;
&lt;br&gt;
064: too long&lt;br&gt;
053: too long&lt;br&gt;
030: too long&lt;br&gt;
&lt;br&gt;
017: OK&lt;br&gt;
011: OK&lt;br&gt;
019: OK&lt;br&gt;
&lt;br&gt;
020: OK&lt;br&gt;
025: too long&lt;br&gt;
028: too long&lt;br&gt;
&lt;br&gt;
07s: OK&lt;br&gt;
03m: OK&lt;br&gt;
02w: OK&lt;br&gt;
&lt;br&gt;
003: OK&lt;br&gt;
008: OK&lt;br&gt;
00t: OK&lt;br&gt;
&lt;br&gt;
900: too long&lt;br&gt;
600: too long&lt;br&gt;
&lt;br&gt;
- Finally, there doesn&apos;t seem to be any password that actually &lt;i&gt;is&lt;/i&gt; too long, provided it doesn&apos;t start with two digits.  100 A&apos;s in a row was fine, as was the letter B followed by several dozen 8&apos;s.&lt;br&gt;
&lt;br&gt;
So my question to you is simply, &quot;Why?&quot;  It seems unlikely that these patterns were intentionally implemented, so how could they have arisen?  If no password is in actuality too long, why use that as a reason for limiting passwords at all?  Why are 1 and 2 special?  Why any of it? &lt;br&gt;
&lt;br&gt;
I&apos;m open to both informed answers from knowledgeable sources and wild mass guessing.  Thanks, all.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.135998</guid>
	<pubDate>Tue, 20 Oct 2009 15:46:23 -0800</pubDate>
	<category>blurst</category>
	<category>password</category>
	<category>passwordrestrictions</category>
	<category>passwords</category>
	<category>patterns</category>
	<category>resolved</category>
	<dc:creator>Captain Cardanthian!</dc:creator>
	</item>
	<item>
	<title>How not to store plaintext passwords?</title>
	<link>http://ask.metafilter.com/134955/How%2Dnot%2Dto%2Dstore%2Dplaintext%2Dpasswords</link>	
	<description>Best practices for storing OracleDB/mysql/ldap/smtp/etc... system passwords for enterprise application integration use? I&apos;m working with a vendor who currently is storing passwords in plain text in configuration files. &lt;br&gt;
&lt;br&gt;
If you&apos;ve ever configured Wordpress you are familiar with how your mysql password gets placed in plain text in the wp-config.php file.&lt;br&gt;
This vendor is doing a similar thing for mysql, ldap, smtp, etc...&lt;br&gt;
&lt;br&gt;
This has made some people uncomfortable.&lt;br&gt;
&lt;br&gt;
I&apos;d like some suggestions for best practices to minimize the use of passwords in plaintext (or trivially encoded text) in text configuration files.&lt;br&gt;
&lt;br&gt;
These passwords are being used to drive external databases, ldap auth, smtp sending, etc...&lt;br&gt;
&lt;br&gt;
Their Java / Tomcat application is expected to be running 24/7 as a Server. This particular  instance will be on Windows Server 2003 though Linux is also supported.&lt;br&gt;
&lt;br&gt;
It would be nice if it would be possible to have unattended restarting of the application without a user having to enter in a master password, but if that is the only solution we may be comfortable with it.&lt;br&gt;
&lt;br&gt;
Some background:&lt;br&gt;
&lt;br&gt;
The application uses LDAP to authenticate users (and hence has the LDAP system password in a configuration file)&lt;br&gt;
&lt;br&gt;
The application stores its data in a SQL database (Oracle in this case, though they also support mysql. We have to stay on Oracle)&lt;br&gt;
&lt;br&gt;
The application sends mail using SMTP&lt;br&gt;
&lt;br&gt;
Thanks.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.134955</guid>
	<pubDate>Thu, 08 Oct 2009 09:56:51 -0800</pubDate>
	<category>cleartext</category>
	<category>ldap</category>
	<category>mysql</category>
	<category>oracle</category>
	<category>passwords</category>
	<category>plaintext</category>
	<category>security</category>
	<category>smtp</category>
	<dc:creator>bottlebrushtree</dc:creator>
	</item>
	<item>
	<title>sudo apt-get install help!</title>
	<link>http://ask.metafilter.com/133408/sudo%2Daptget%2Dinstall%2Dhelp</link>	
	<description>LinuxFilter : I seem to have lost sudo privileges in Ubuntu. How to fix please? About a month back I picked up an Asus eeepc and installed #!CrunchBang on it, which is a variation on Ubuntu. Sudo worked fine for a couple of weeks, but the other day I went to install something and received this message:&lt;br&gt;
&lt;br&gt;
&lt;i&gt;(username) is not in the sudoers file.  This incident will be reported.&lt;/i&gt;&lt;br&gt;
&lt;br&gt;
Usual googling and message-board combing led to&lt;a href=&quot;http://www.ubuntu-inside.me/2009/07/howto-add-user-to-sudoers-list-on.html&quot;&gt; this solution&lt;br&gt;
&lt;/a&gt;. But attempting to follow it, I enter my password after &apos;su -&apos; and get a reply stating that the password is incorrect.&lt;br&gt;
&lt;br&gt;
SO ... is this a catch-22, or has my password somehow been changed?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.133408</guid>
	<pubDate>Sun, 20 Sep 2009 21:01:27 -0800</pubDate>
	<category>linux</category>
	<category>passwords</category>
	<category>sudo</category>
	<category>ubuntu</category>
	<dc:creator>mannequito</dc:creator>
	</item>
	<item>
	<title>Syncing passwords between Windows, Mac and iPhone</title>
	<link>http://ask.metafilter.com/124772/Syncing%2Dpasswords%2Dbetween%2DWindows%2DMac%2Dand%2DiPhone</link>	
	<description>Help me synchronise my passwords across Windows, Mac and iPhone. Preferably without having to re-enter all my existing passwords. I use &lt;a href=&quot;http://passwordsafe.sourceforge.net/&quot;&gt;Passwordsafe&lt;/a&gt; on Windows, and I sync my password.dat file to my Macs using &lt;a href=&quot;http://www.getdropbox.com/&quot;&gt;Dropbox&lt;/a&gt;, where I use Password Gorilla to open it, as described by &lt;a href=&quot;http://www.joelonsoftware.com/items/2008/09/11b.html&quot;&gt;Joel Spolsky.&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
Two problems with this:&lt;br&gt;
(1) Password Gorilla is terribly shoddy, and is probably responsible for some data scrambling (fortunately non-destructive)&lt;br&gt;
(2) I&apos;d also like to sync my passwords to my iPhone&lt;br&gt;
&lt;br&gt;
I&apos;m prepared to spend money on software that&apos;ll do the trick. What I cannot see myself doing, however, is manually transferring the 100s of passwords in Passwordsafe to the new package. So it&apos;ll have to use or import Passwordsafe .dat files.&lt;br&gt;
&lt;br&gt;
There are some &lt;a href=&quot;http://ask.metafilter.com/5030/Keeping-Track-of-Passwords&quot;&gt;other&lt;/a&gt; &lt;a href=&quot;http://ask.metafilter.com/33609/How-can-I-store-my-passwords-online-securely&quot;&gt;threads&lt;/a&gt; on AskMeFi related to this, but they don&apos;t have an answer.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.124772</guid>
	<pubDate>Sun, 14 Jun 2009 15:15:49 -0800</pubDate>
	<category>mac</category>
	<category>password</category>
	<category>passwords</category>
	<category>passwordsafe</category>
	<category>sync</category>
	<category>windows</category>
	<dc:creator>snarfois</dc:creator>
	</item>
	<item>
	<title>What is my password again?</title>
	<link>http://ask.metafilter.com/115662/What%2Dis%2Dmy%2Dpassword%2Dagain</link>	
	<description>What do you do with your passwords? My passwords are killing me. I have been writing them down but I sure would like a better system. Are there any password programs that you would be willing to recommend? Other ideas? Bonus points if they are free.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.115662</guid>
	<pubDate>Tue, 03 Mar 2009 07:39:35 -0800</pubDate>
	<category>Password</category>
	<category>passwordprogram</category>
	<category>Passwords</category>
	<category>resolved</category>
	<dc:creator>snowjoe</dc:creator>
	</item>
	<item>
	<title>How Can a Freelancer Safely Fire a Client </title>
	<link>http://ask.metafilter.com/114559/How%2DCan%2Da%2DFreelancer%2DSafely%2DFire%2Da%2DClient</link>	
	<description>What&apos;s the best way, once I tell a client I&apos;m done with her, to protect myself from claims of unauthorized access or sabotage on the systems I configured for her? I&apos;m breaking off relations with a client I installed and configured a number of software packages for. I have ongoing access to all the software I installed -- shell accounts, database &amp;amp; other passwords -- because I agreed to do hourly support once the software was up and running.&lt;br&gt;
&lt;br&gt;
My first thought is to prepare a notarized letter and send it via registered mail, providing a list of administrative accounts/passwords and advising the client to change them.  My second thought is that I&apos;m overthinking this and should just e-mail my point of contact with the information she needs to reset the passwords for herself, assuming that if she eventually does something foolish and breaks something she won&apos;t do anything vindictive and shift the blame to me.&lt;br&gt;
&lt;br&gt;
I do have reason to believe a certain amount of vindictiveness is worth planning for in this case.  Even if it&apos;s not, this seems like the sort of thing I should know in the future:  The sort of people I do work for are not hiring extra technical help when they contract with me -- I am the technical help -- so there&apos;s not an in-house admin or engineer to close and lock the door behind me.&lt;br&gt;
&lt;br&gt;
Looking beyond this instance, are there standard contract clauses or procedures among technical contractors that deal with this sort of thing?  I&apos;m more of a shade-tree mechanic than a high-speed consultant, but if it means setting up an LLC or something similar I&apos;ll do it if that&apos;s what it takes to keep relatively lucrative side work coming in.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.114559</guid>
	<pubDate>Wed, 18 Feb 2009 13:27:02 -0800</pubDate>
	<category>contractor</category>
	<category>freelance</category>
	<category>passwords</category>
	<category>security</category>
	<dc:creator>Anonymous</dc:creator>
	</item>
	<item>
	<title>Help Me Secure my USB Drive</title>
	<link>http://ask.metafilter.com/111130/Help%2DMe%2DSecure%2Dmy%2DUSB%2DDrive</link>	
	<description>I have a shiny new 4 GB USB drive, and I want to secure the information on it (bank info, passwords, etc).  What&apos;s the best (free) way to do this? rushmc asked this question &lt;a href=&quot;http://ask.metafilter.com/11647/&quot;&gt;4 years ago&lt;/a&gt;, but that was a very long time ago.  I need for the solution to be limited to the usb stick only - I will be using it in multiple environments where I do not have admin rights to the machines I am using.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.111130</guid>
	<pubDate>Thu, 08 Jan 2009 11:20:49 -0800</pubDate>
	<category>encryption</category>
	<category>flashdrive</category>
	<category>passwords</category>
	<category>security</category>
	<category>usb</category>
	<dc:creator>Irontom</dc:creator>
	</item>
	<item>
	<title>Why do I have to create an account?</title>
	<link>http://ask.metafilter.com/110137/Why%2Ddo%2DI%2Dhave%2Dto%2Dcreate%2Dan%2Daccount</link>	
	<description>Why do an increasing number of e-commerce sites force me to set up an account, including an e-mail address and a password, as part of the checkout process. I understand (and don&apos;t mind) when this is optional.  But when a store forces me to set up an account and give them a password before they will sell me a product (or accept a donation, even) I find it obnoxious.  This seems to be more and more common.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.110137</guid>
	<pubDate>Sat, 27 Dec 2008 21:16:25 -0800</pubDate>
	<category>accounts</category>
	<category>internet</category>
	<category>obnoxious</category>
	<category>passwords</category>
	<category>Resolved</category>
	<dc:creator>alms</dc:creator>
	</item>
	<item>
	<title>What should the password policy at a small liberal arts college be?</title>
	<link>http://ask.metafilter.com/109459/What%2Dshould%2Dthe%2Dpassword%2Dpolicy%2Dat%2Da%2Dsmall%2Dliberal%2Darts%2Dcollege%2Dbe</link>	
	<description>What should the password policy at a small liberal arts college be? My college has been using a system by which you are allowed to set your own access password which in turn allows you to log on to college-owned computers and access your college e-mail account.  It was recently decided that once we all get back from winter break that the following password policy will be implemented.&lt;br&gt;
&lt;br&gt;
1)  Your password must be at least 8 characters&lt;br&gt;
2)  Your password must be changed every 90 days&lt;br&gt;
3)  You must use a password for at least 3 days before it can be changed.&lt;br&gt;
4)  You may not reuse the previous 12 passwords. &lt;br&gt;
&lt;br&gt;
Is this a reasonable policy for base level access to computer labs and email?  It seems like there will simply be a lot of people keeping their password written down somewhere quite public, most likely their college-issued planner.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.109459</guid>
	<pubDate>Wed, 17 Dec 2008 12:00:28 -0800</pubDate>
	<category>passwordpolicy</category>
	<category>passwords</category>
	<dc:creator>andythebean</dc:creator>
	</item>
	<item>
	<title>How do I pretend I was never here?</title>
	<link>http://ask.metafilter.com/98675/How%2Ddo%2DI%2Dpretend%2DI%2Dwas%2Dnever%2Dhere</link>	
	<description>Today is my last day at my current job. How do I explain this to my office computer? I am leaving my current employ (&lt;small&gt;and print journalism, w00t&lt;/small&gt;) for a new job, and today is my last day. &lt;br&gt;
&lt;br&gt;
Over the years I&apos;ve been here, I got to the point where my work computer is like my home computer, in that gmail, my bank account, ebay, amazon, various blogs and lots of other web sites automatically load up with my username. Or Firefox automatically fills in login info, etc. &lt;br&gt;
&lt;br&gt;
Is there some simple way I can make this computer forget I was ever here? &lt;br&gt;
&lt;br&gt;
It is unlikely that our dim-witted IT department will clean it off before the next employee plants his ass here, and I&apos;d rather he not start posing as me on Metafilter, purchasing jesus cheetos on eBay or otherwise make use of my online identity.&lt;br&gt;
&lt;br&gt;
My work computer runs on XP, if it matters, and only uses Firefox for browsing.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.98675</guid>
	<pubDate>Fri, 08 Aug 2008 08:48:31 -0800</pubDate>
	<category>autofill</category>
	<category>firefox</category>
	<category>identitytheft</category>
	<category>login</category>
	<category>loginname</category>
	<category>passwords</category>
	<dc:creator>M.C. Lo-Carb!</dc:creator>
	</item>
	<item>
	<title>Ethical/Legal Reasons for keeping passwords secret?</title>
	<link>http://ask.metafilter.com/98502/EthicalLegal%2DReasons%2Dfor%2Dkeeping%2Dpasswords%2Dsecret</link>	
	<description>What are your ethical opinions on supervisors knowing thier direct reports login information? I work in IT for a small company (re: I AM the IT department). A supervisor recently requested all of his employees&apos; login information under the guise that some employees leave certain programs logged in. Now, obviously this is not the true issue at hand. I informed this person that I could not, in good conscious, divulge that information (all new accounts are forced password changes at first login, and every X days afterwards) even if I had it.&lt;br&gt;
&lt;br&gt;
I&apos;m in an equal position as this person, so anything serious (firing, etc.) is extremely unlikely, but knowing this person, they will make my life difficult if they possibly can. &lt;br&gt;
&lt;br&gt;
I&apos;ve been in IT for over 10 years, and every employer has handled it the same way:  if you have a specific need for something, we&apos;ll retrieve that data if it&apos;s work related, but we&apos;re not giving up passwords.&lt;br&gt;
&lt;br&gt;
I&apos;d love to hear the hive mind&apos;s thought on this. Yes, you are not my lawyer.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.98502</guid>
	<pubDate>Wed, 06 Aug 2008 12:49:56 -0800</pubDate>
	<category>computers</category>
	<category>ethics</category>
	<category>IT</category>
	<category>legal</category>
	<category>login</category>
	<category>passwords</category>
	<category>supervisor</category>
	<dc:creator>chrisfromthelc</dc:creator>
	</item>
	<item>
	<title>Someone hacked my&#8230; something... somehow</title>
	<link>http://ask.metafilter.com/98388/Someone%2Dhacked%2Dmy%2Dsomething%2Dsomehow</link>	
	<description>What do you do when you think you&apos;ve been hacked, but don&apos;t know how? This morning, when I tried to check my gmail with my iPhone, I got an error that the username/password combination was wrong. I was connected to my home network at the time. I re-entered the password in the iPhone settings and tried check it again. I got the error that the connection to the server &#8220;imap.gmail.com&#8221; failed. Feeling funny, I went to my Macbook and changed my gmail password in the google account settings. &lt;br&gt;
&lt;br&gt;
At lunch, I checked gmail from my work PC and noticed a spam message that got through which I found strange since gmail has been very good lately at blocking spam. The spam was sent from my account. I know that it&#8217;s easy enough to spoof this, but I did check my sent mail and there it was. Someone sent the email from me, to me. The email subject was: &#8220;Anjelina Jolie Free Video&#8221;. The content was: &#8220;The password on archive anjelina&#8221;. There was an attachment: Angelina_Jolie.rar which I did not open. It was sent at 12:32 pm. I was definitely at my desk during that time.&lt;br&gt;
&lt;br&gt;
I quickly changed my password again, and I made sure the new one was very strong. But, what now? Check my home and work machines for keystroke programs? Check to see if my home network has been hacked? How would I go about doing this, anyway? I feel like I need to change all my passwords now &#8211; bank, social networks, etc. &#8211; but what if they are watching me&#8230; Right Now!?!</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.98388</guid>
	<pubDate>Tue, 05 Aug 2008 11:05:14 -0800</pubDate>
	<category>hacked</category>
	<category>keystroke</category>
	<category>passwords</category>
	<category>privacy</category>
	<category>security</category>
	<category>spam</category>
	<category>virus</category>
	<dc:creator>studentbaker</dc:creator>
	</item>
	<item>
	<title>Password Manager Nirvana?</title>
	<link>http://ask.metafilter.com/86250/Password%2DManager%2DNirvana</link>	
	<description>Is anyone aware of a password manager that will perform the following functions? Is anyone aware of a password manager that will perform the following functions:&lt;br&gt;
&lt;br&gt;
1. Run on Windows machines.&lt;br&gt;
&lt;br&gt;
2. Have both an admin and user mode.&lt;br&gt;
&lt;br&gt;
3. Supports automatic sending of passwords and/or copy-pasting passwords to password dialogue boxes including web-sites, RDP sessions, customized applications?&lt;br&gt;
&lt;br&gt;
4. Have said user-mode allow someone to put passwords into authentication challenges, but otherwise not allow the user to edit and/or see the password in plain-text.&lt;br&gt;
&lt;br&gt;
I&apos;m guessing not, but I thought I would ask...&lt;br&gt;
&lt;br&gt;
Cheers,&lt;br&gt;
&lt;br&gt;
m</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.86250</guid>
	<pubDate>Sat, 15 Mar 2008 19:10:55 -0800</pubDate>
	<category>passwords</category>
	<category>security</category>
	<category>technology</category>
	<dc:creator>tcv</dc:creator>
	</item>
	<item>
	<title>Password heck</title>
	<link>http://ask.metafilter.com/80039/Password%2Dheck</link>	
	<description>Any advice for a tri-platform, multi-computer, maybe not hashed, password manager for a large volume of ftp/ssh/ and misc logins? I have a lot of various logins I need to keep track of.  Most are ftp/ssh so I use kde&apos;s network connections manager, and things like keychain in osx.  The problem is that if used as the main storage, the passwords are hashed and basically unrecoverable.  Using the same machine or operating system all the time is not an option.  And of course these things are not linked together in any sane way; its a matter of remembering to enter them at the same time in three places.  &lt;br&gt;
&lt;br&gt;
Wiki type solutions are probably out, as I do not want to be storing all my sensitive information under one potentially insecure password, online.  I have considered flat text files (which takes care of my misc logins) but this seems almost as bad.  Any methods, scripts, or advice would be greatly appreciated.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.80039</guid>
	<pubDate>Thu, 03 Jan 2008 06:58:42 -0800</pubDate>
	<category>logins</category>
	<category>passwordmanager</category>
	<category>passwords</category>
	<dc:creator>shownomercy</dc:creator>
	</item>
	<item>
	<title>How to store text files on my cellphone?</title>
	<link>http://ask.metafilter.com/68497/How%2Dto%2Dstore%2Dtext%2Dfiles%2Don%2Dmy%2Dcellphone</link>	
	<description>I&apos;m looking for an application for my mobile phone that will look after passwords and short text files. I have a Motorola V6 Maxx which serves me well (decent camera, webbrowsing and music player). The one feature that I need is the ability to be able to store and read short text files on the device. I&apos;d also like to be able to encrypt the files or password the application as well, just in case the phone goes AWOL.&lt;br&gt;
&lt;br&gt;
I can&apos;t really justify the expense of changing phones - this one came to me as an insurance claim and it meets most of my needs. Storage space isn&apos;t an issue as I have a 2GB transflash inside the phone.&lt;br&gt;
&lt;br&gt;
Any ideas?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2007:site.68497</guid>
	<pubDate>Fri, 03 Aug 2007 13:08:11 -0800</pubDate>
	<category>cellphone</category>
	<category>passwords</category>
	<dc:creator>chairish</dc:creator>
	</item>
	<item>
	<title>Share a password without really sharing a password...</title>
	<link>http://ask.metafilter.com/66553/Share%2Da%2Dpassword%2Dwithout%2Dreally%2Dsharing%2Da%2Dpassword</link>	
	<description>I&apos;m looking to arrange a particular password setup with several unpaid staffers in my office.  

Here&apos;s the arrangement: 5-10 folks each day access one or more of ten online accounts that we communally use.  I want to ut able to easily distribute the passwords and have the users be able to employ them without ever being able to see what it is.  
I want to find a system that look like this:&lt;br&gt;
-For each user, they need me to enter a master password at the beginning of the day.  &lt;br&gt;
-They can then have the functionality of the passwords (so they can access any of the 10 or so websites they need to reach), but (here&apos;s the biggie) cannot delve into any settings and be able to see the password itself.  E.g., no matter how much digging in the settings, all they would ever be able to see are asterisks.  &lt;br&gt;
-I am able to distribute updated passwords without manually entering them for each system.  &lt;br&gt;
&lt;br&gt;
Currently, I distribute a keepass file and log each user in at the beginning of the day, but cannot ensure that the user doesn&apos;t burrow into the settings and see or export  the passwords.  &lt;br&gt;
&lt;br&gt;
Any thoughts on how I could give them this functionality without allowing them to ever see the passwords themselves?  &lt;br&gt;
&lt;br&gt;
Thank you in advance for the thoughts and any help.  This is a wonderful community.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2007:site.66553</guid>
	<pubDate>Mon, 09 Jul 2007 10:02:14 -0800</pubDate>
	<category>passwords</category>
	<category>security</category>
	<dc:creator>ud-gb</dc:creator>
	</item>
	<item>
	<title>please help, Mac issue</title>
	<link>http://ask.metafilter.com/65333/please%2Dhelp%2DMac%2Dissue</link>	
	<description>Need help bypassing password protection I have an iMac G5 OS X that was never password protected, until last weekend when I left it unattended with my roommates at my apartment. When I turn on my computer, it asks for a user name and password (both fields are empty) and I don&apos;t have any clue what either field are. Is there any way that I can bypass these fields or is it hopeless?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2007:site.65333</guid>
	<pubDate>Thu, 21 Jun 2007 14:40:57 -0800</pubDate>
	<category>Mac</category>
	<category>OS</category>
	<category>Passwords</category>
	<category>X</category>
	<dc:creator>cg2</dc:creator>
	</item>
	<item>
	<title>Why can&apos;t my Keychain.app settings work for both Safari and Camino?</title>
	<link>http://ask.metafilter.com/46820/Why%2Dcant%2Dmy%2DKeychainapp%2Dsettings%2Dwork%2Dfor%2Dboth%2DSafari%2Dand%2DCamino</link>	
	<description>I typically use Safari, and have my preferences set to store all of my passwords and user names in my Keychain.app.  However when it starts acting up and giving me the spinning beach ball, I use Camino (v. 1.0.3.)  When I try to log in to a website, it asks me for my user name and password - do I really have to fill in ALL those passwords and user names all over again?  In other words, is there any way I can get Camino to access the passwords I saved using Safari?  Note: I have the &quot;Allow saving in Keychain&quot; and &quot;Autofill passwords in web forms&quot; boxes checked off in my Camino preferences.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2006:site.46820</guid>
	<pubDate>Tue, 19 Sep 2006 14:29:21 -0800</pubDate>
	<category>apple</category>
	<category>camino</category>
	<category>computer</category>
	<category>keychain</category>
	<category>mac</category>
	<category>macosx</category>
	<category>passwords</category>
	<category>safari</category>
	<category>security</category>
	<dc:creator>invisible ink</dc:creator>
	</item>
	<item>
	<title>What is the point of using a salt when encrypting passwords in a web application?</title>
	<link>http://ask.metafilter.com/45286/What%2Dis%2Dthe%2Dpoint%2Dof%2Dusing%2Da%2Dsalt%2Dwhen%2Dencrypting%2Dpasswords%2Din%2Da%2Dweb%2Dapplication</link>	
	<description>What is the point of using a salt when encrypting passwords in a web application? I&apos;ve lately seen a lot of recommendations in the web app world to add a random salt to users&apos; passwords before encrypting them (MD5 or similar). The salt is then stored in the database along with the encrypted password. People talk about this as if it adds a major extra layer of security, but I can&apos;t understand the benefit of it.&lt;br&gt;
&lt;br&gt;
I can understand the benefit of doing this in a situation where the encrypted passwords are easily accessible (such as the traditional UNIX passwd file). Without a salt, the attacker can take the list of encrypted passwords and run a pre-encrypted dictionary against them quickly and easily.&lt;br&gt;
&lt;br&gt;
But if you&apos;re trying to crack a login page on a web app, your two options are basically to either do a brute force dictionary attack against the login page itself, or somehow get hold of the (encrypted) password table.&lt;br&gt;
&lt;br&gt;
In the first case, it doesn&apos;t matter what encryption or salting you&apos;ve got going on behind the scenes, since your attacker is just firing normal plain text passwords at your login form. So salting doesn&apos;t help security here, does it?&lt;br&gt;
&lt;br&gt;
And in the second case, if you&apos;ve hacked the server to the extent that you&apos;re able to read a table of encrypted user passwords from the database, don&apos;t you have about as much access as you&apos;re ever going to need? Why not just read the other tables in the database to gain access to the confidential information? Why bother trying to crack the passwords? I suppose it would make sense if you were storing user credentials in one database and user data in another database, but this doesn&apos;t seem to happen often.&lt;br&gt;
&lt;br&gt;
What am I missing? Why bother doing this?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2006:site.45286</guid>
	<pubDate>Sat, 26 Aug 2006 12:05:25 -0800</pubDate>
	<category>cryptography</category>
	<category>encryption</category>
	<category>passwords</category>
	<category>resolved</category>
	<category>salt</category>
	<category>salting</category>
	<category>security</category>
	<category>webapp</category>
	<category>webapplication</category>
	<category>webdev</category>
	<category>webdevelopment</category>
	<dc:creator>chrismear</dc:creator>
	</item>
	<item>
	<title>Rocover forgotten windows xp pro admin password</title>
	<link>http://ask.metafilter.com/40644/Rocover%2Dforgotten%2Dwindows%2Dxp%2Dpro%2Dadmin%2Dpassword</link>	
	<description>I cannot remember my windows XP Pro password.  I am an administrator.  Need to install software and change to a dynamic ip address.  I have a pc that has been idle (not in use) for about 8 months.  I was planning on using it again.  I tried every password I have used in the past 5 years.  None work.  I have tried basic others like  &quot;password&quot;, &quot;administrator&quot;, etc.&lt;br&gt;
&lt;br&gt;
The person who built this pc for me is not reachable.  He has moved with no forwarding info.&lt;br&gt;
&lt;br&gt;
Is there a way to either reset the administrator&apos;s password, my password (I am an administrator), or upgrade the permissions of an existing user to be an/the administrator?  I can login to an account that is not an administrator.&lt;br&gt;
&lt;br&gt;
Or am I SOL?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2006:site.40644</guid>
	<pubDate>Wed, 21 Jun 2006 14:01:13 -0800</pubDate>
	<category>idiot</category>
	<category>passwords</category>
	<category>security</category>
	<category>windows</category>
	<dc:creator>JohnnyGunn</dc:creator>
	</item>
	<item>
	<title>Non-irritating password remembrance?</title>
	<link>http://ask.metafilter.com/36038/Nonirritating%2Dpassword%2Dremembrance</link>	
	<description>I want my browser to remember my password for a couple of sites, but it must assume that I don&apos;t want most of my passwords remembered. I hate browser popups that ask &quot;Remember this password?&quot; What&apos;s a good solution? I use Firefox on Windows.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2006:site.36038</guid>
	<pubDate>Sun, 09 Apr 2006 21:44:07 -0800</pubDate>
	<category>browser</category>
	<category>firefox</category>
	<category>passwords</category>
	<category>security</category>
	<dc:creator>pornucopia</dc:creator>
	</item>
	<item>
	<title>How can I store my passwords online securely?</title>
	<link>http://ask.metafilter.com/33609/How%2Dcan%2DI%2Dstore%2Dmy%2Dpasswords%2Donline%2Dsecurely</link>	
	<description>PasswordFilter: Any places to store passwords online? I keep running into a problem with storing my  passwords - I use Password Safe but I tend to be hard on computers and lose a HD every 6mo or so, thus loosing both my Password Safe DB and my PGP Private Key.&lt;br&gt;
&lt;br&gt;
I&apos;ve been finding various &quot;Web Services&quot; sites to manage things like calendars, address books, and even archive all my email. What I&apos;d really like to find is some sort of online version of Password Safe. A site with an https login or security like hushmail.com.&lt;br&gt;
&lt;br&gt;
I&apos;ve tried using a system.....but even if I write it down, sometimes I forget the system or loose the paper.&lt;br&gt;
&lt;br&gt;
I&apos;m afraid if I use a USB Key, I&apos;ll loose the key.&lt;br&gt;
&lt;br&gt;
Is there an online site where I can store my passwords or at least automatically have my PWSafe DB and PGP Private keys get sent to? Perhaps a reliable WebDAV service that I can make a Web folder in which I can install PGP and PWSafe?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2006:site.33609</guid>
	<pubDate>Thu, 02 Mar 2006 05:35:48 -0800</pubDate>
	<category>backup</category>
	<category>encryption</category>
	<category>passwords</category>
	<category>security</category>
	<category>webservices</category>
	<dc:creator>bkdelong</dc:creator>
	</item>
	<item>
	<title>Password expiration best practices?</title>
	<link>http://ask.metafilter.com/33434/Password%2Dexpiration%2Dbest%2Dpractices</link>	
	<description>Is there an &quot;industry standard&quot; for password expiration periods? With the understanding that it depends on the &quot;industry,&quot; and ultimately at the company/agency level, can a broad generalization be made that most corporate environments enforce {x}-day password expiration periods -- be it 30 days, 45 days, 60 days, 90 days, etc.?  Is there a default starting point for IT security wonks?&lt;br&gt;
&lt;br&gt;
There are some commonalities in password policies - longer than 8 characters, mixed characters, don&apos;t reuse old passwords, etc., but I&apos;ve seen a huge range in expiration periods, all the way up to none.&lt;br&gt;
&lt;br&gt;
Any security guys here who can point to some acronymed standards body or guideline with a number?  Or will it always be, &quot;it depends&quot;?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2006:site.33434</guid>
	<pubDate>Mon, 27 Feb 2006 11:16:36 -0800</pubDate>
	<category>expiration</category>
	<category>network</category>
	<category>password</category>
	<category>passwords</category>
	<category>policy</category>
	<category>security</category>
	<dc:creator>pzarquon</dc:creator>
	</item>
	<item>
	<title>Getting password from Firefox to Safari?</title>
	<link>http://ask.metafilter.com/32374/Getting%2Dpassword%2Dfrom%2DFirefox%2Dto%2DSafari</link>	
	<description>How do I get a password out of Firefox and into Safari without some crazy encryption skills? I have a four-digit password to a site (specifically a site to check on the status of a PhD application) that is auto-saved in Firefox. I don&apos;t really use Firefox all that much, preferring Safari. How can I get the password into Safari so I don&apos;t have to load up Firefox every time I want to check on that application?&lt;br&gt;
&lt;br&gt;
I already tossed the piece of paper with the password/PIN on it, so that option is out.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2006:site.32374</guid>
	<pubDate>Thu, 09 Feb 2006 06:58:05 -0800</pubDate>
	<category>firefox</category>
	<category>passwords</category>
	<category>safari</category>
	<dc:creator>trey</dc:creator>
	</item>
	
	</channel>
</rss>

