TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Passwords in plain text

166 pointsby solrayalmost 11 years ago

21 comments

omervkalmost 11 years ago
Hey guys, I&#x27;m @omervk, one of the co-founders and the maintainer of PTO. Always a pleasure to be featured on the front page of HN.<p>You&#x27;re welcome to ask me questions, though we&#x27;ve covered most on our about page (<a href="http://plaintextoffenders.com/about" rel="nofollow">http:&#x2F;&#x2F;plaintextoffenders.com&#x2F;about</a>). The one we haven&#x27;t is usually &quot;Is there an API&#x2F;better search&#x2F;new site coming?&quot; to which the answer is that we&#x27;re both doing this in our spare time and though we really want to create something better to host this very important content, we can&#x27;t spare the time. If you&#x27;ve got time and want to volunteer to create this new site, please let me know. :)
评论 #7927330 未加载
评论 #7927613 未加载
评论 #7927477 未加载
评论 #7927621 未加载
评论 #7927538 未加载
评论 #7927482 未加载
评论 #7927379 未加载
Monkeygetalmost 11 years ago
The case where you get your new password by mail when you just changed it does not necessarily mean it is stored in plain text. They could keep it around in memory just long enough to send it by mail.<p>Doesn&#x27;t mean it is a good idea though.
评论 #7927346 未加载
评论 #7927294 未加载
jzelinskiealmost 11 years ago
Scrape all the URLs from that website. Then write a browser extension that looks up the current tab&#x27;s URL and turns red if it matches one of those domains. Use PRs to manage addition&#x2F;subtraction of offenders to the list. Now even grandma knows when a website doesn&#x27;t save your password safely and shaming them will have more impact.
评论 #7927314 未加载
HarrietJonesalmost 11 years ago
A lot of talk of passwording concentrates on threats at the technology end, and they ignore threats at the user end.<p>Emailed Passwords are a failure from a tech point of view, but they allow users to create more complex passwords without punishing them when they forget that password.<p>As it is, I have situations now when the complexity requirements of a password combined with the fact that I need to sign in to a separate mobile App and I&#x27;m given no way of seeing what the password was when I created it that I just throw my metaphorical hands in the air, and reset it to generic password &quot;Green!12Letmein.&quot; on yet <i>another</i> account.<p>This is <i>wrong</i> of me. I know it&#x27;s wrong, I&#x27;m aware of password remembering services and I&#x27;m technical but I still do it.<p>If I&#x27;m doing this, and you&#x27;re doing this, then most of the world is doing it. By discounting passwords sent through email, then we may be making overall security worse instead of better.
评论 #7927971 未加载
评论 #7927779 未加载
drinchevalmost 11 years ago
As far as I can remember HN also ( not a long time ago ) was giving plain text passwords. I&#x27;m glad this was discontinued and proper recovery password email is sent now.<p><a href="http://i.imgur.com/sDt0DVK.png" rel="nofollow">http:&#x2F;&#x2F;i.imgur.com&#x2F;sDt0DVK.png</a>
mrcdimaalmost 11 years ago
But how does one handle password resets without resorting in one form or another to sending some info in plain text to users?<p>At least one website on the current front page is there because it sent a temporary password in plain text. I assume this happened because the user forgot his password. This says nothing about how they store passwords and after all how else would you handle a password reset? Send a password reset link? That&#x27;s the same thing.<p>Sending passwords in plaintext back to the user after he has set&#x2F;changed his password is clearly a security risk but when it comes to temporary passwords or password resets how else would that info be sent?
评论 #7927597 未加载
vijayaggarwalalmost 11 years ago
We already have a fairly good solution to this problem in OAuth. However, current popular implementations of OAuth are third-party owned which is not desirable for many reasons (for example, google won&#x27;t use facebook owned OAuth, and vice-versa).<p>Ideally, we should have a self-owned OAuth service implemented by browsers or operating systems. And the APIs of this service should be standardized. Also, the storage should be locally available with remote sync optionally available for backup and cross-device syncing.
评论 #7927450 未加载
评论 #7927456 未加载
astazangastaalmost 11 years ago
Why are we still doing this? We&#x27;ve known how to do secure authentication without the remote end holding your secret for years via public keys. Everyone here likely does this every day with ssh. There is even a browser mechanism for generating personal certificates for web authentication. The correct long term solution to this ought to be making this solution more intelligible and accessible to users. To hell with passwords and password exchange. They are a huge bug on the internet.
nlyalmost 11 years ago
Used a sportsbook a few years ago where the popup to view and update your account details, which had a hidden address bar in most browsers, contained &quot;password=&lt;yourpassword&gt;&quot; in the query string. I reported it but they assured me they were &#x27;using encryption&#x27; and to look for the &#x27;lock in my browser&#x27;. They were using SSL, but had no clue. The site probably handled millions of $ a week.
oakwhizalmost 11 years ago
I wish websites would actually use client certificate authentication instead of having to play hot potato with secret passwords.
评论 #7928981 未加载
golem_dealmost 11 years ago
I say just mailman.<p>Anyone from Mozilla, EcmaScript, GnuPG and thelike here? Don&#x27;t miss your monthly &quot;password reminder&quot; mail...<p>P.S. Just save ONLY a salted hash. Hash functions are designed to be one-way, so no one but you can re-store your password. EVER.
评论 #7928958 未加载
imrehgalmost 11 years ago
I&#x27;ve been just thinking about this after receiving 2 such emails in one day this week. Submitted both to the archive, thanks so much for doing this!<p>Name and shame, that&#x27;s the minimum to make them change.
batoalmost 11 years ago
The scariest part is that there are 200+ pages of those...
yeukhonalmost 11 years ago
The worst is list running mailman that actually sends monthly password reminder. Is the new GNU mailman still shipped with such reminder feature?
borplkalmost 11 years ago
Just use a unique password every time and rest easy.
评论 #7927388 未加载
评论 #7927365 未加载
评论 #7927487 未加载
Myrannasalmost 11 years ago
Its a little scary how big that list is.<p>My concern is that this is a great source of websites with poor security for potential hackers to exploit.
评论 #7927374 未加载
based2almost 11 years ago
<a href="http://www.theregister.co.uk/2014/06/20/32000_motherboards_spit_passwords_in_cleartext/" rel="nofollow">http:&#x2F;&#x2F;www.theregister.co.uk&#x2F;2014&#x2F;06&#x2F;20&#x2F;32000_motherboards_s...</a>
wereHamsteralmost 11 years ago
usenetbucket.com<p>Usenet provider<p>Forgot password asks you to type a password, in which it instantly emails back to you in plaintext.<p>Doesn&#x27;t mean it <i>stores</i> it in plaintext.
评论 #7927301 未加载
评论 #7927278 未加载
salimanealmost 11 years ago
digitalocean.com stored your password in plaintext!!!
评论 #7927547 未加载
johnstevealmost 11 years ago
It does not seem safe or anything...
Daizalmost 11 years ago
Should really start doing this for sites using MD5&#x2F;SHA1 for password hashing too, as using them is barely above plain text in terms of security these days.
评论 #7927600 未加载
评论 #7927567 未加载