18 comments

  • zerobees20 hours ago
    This article appears to be 100% AI. I guess there&#x27;s some irony that a company ships an AI feature and someone else uses AI to come up with criticisms of that feature. But the article... doesn&#x27;t actually say anything?<p>It&#x27;s just full of weird, generic short-sentence LLMisms (&quot;Detection is observation.&quot;, &quot;Changing the password is authority.&quot;, &quot;The security benefit is real.&quot;, &quot;That is a meaningful improvement.&quot;, &quot;This is not just text generation. It is an agent taking action with a sensitive credential.&quot;, ...). It doesn&#x27;t offer any insights into the actual architecture that Apple came up with, whatever it might be. It doesn&#x27;t propose a better design, other than a bunch of super-generic things that apply to <i>every single software project ever</i> (&quot;The system should verify the exact website and account before filling or changing anything.&quot;, &quot;This feature deserves focused adversarial testing during the beta period.&quot;). So... it&#x27;s upvoted just because the title mentions Apple and AI?
  • Animats20 hours ago
    Back in 1984, I wrote the original &quot;obvious password detector&quot;.[1] It just checks whether a password has English language trigram stats. This prevents dictionary attacks.<p>Everything is so much more complicated now.<p>[1] <a href="https:&#x2F;&#x2F;www.animats.com&#x2F;source&#x2F;obvious&#x2F;obvious.c" rel="nofollow">https:&#x2F;&#x2F;www.animats.com&#x2F;source&#x2F;obvious&#x2F;obvious.c</a>
  • dewey21 hours ago
    There&#x27;s this standard that is being worked on by the people working on the Passwords app at Apple (They are active on Mastodon, and often talking about that) which will probably be helpful for this feature too: <a href="https:&#x2F;&#x2F;www.w3.org&#x2F;TR&#x2F;change-password-url&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.w3.org&#x2F;TR&#x2F;change-password-url&#x2F;</a>
    • thallavajhula21 hours ago
      Thank you for this resource. I&#x27;m reading up on this spec and it seems like an interesting direction.<p>For anybody else trying to know what else the .well-known URI can hold: <a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Well-known_URI#List_of_well-known_URIs" rel="nofollow">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Well-known_URI#List_of_well-kn...</a>
      • SquareWheel20 hours ago
        I know that an uncommon name needed to be chosen, but something about the hyphenated &#x2F;.well-known&#x2F; just turns me off.<p>I&#x27;d have really preferred another term: registered, reserved, defined, meta -- or really anything else.
    • genghisjahn20 hours ago
      got any of them mastodon links?
      • thdr20 hours ago
        I guess they&#x27;re referring to Ricky Mondello <a href="https:&#x2F;&#x2F;hachyderm.io&#x2F;@rmondello" rel="nofollow">https:&#x2F;&#x2F;hachyderm.io&#x2F;@rmondello</a>
  • AshamedCaptain21 hours ago
    Call me when it can _delete the account_ from all those websites, which is likely the primary reason the user has not updated the password yet.
    • flyingshelf20 hours ago
      The app already proposed to change passwords and lead the users onto the website to do it. Now it can just do it autonomously (reportedly.)<p>At any rate this is just the first step towards a first-party agentic OS.
  • pokstad20 hours ago
    I’ve had the iOS password app <i>think</i> that it changed my password, when it did not, and then lose my old password.
    • tcoff9120 hours ago
      It doesn&#x27;t retain all previous passwords??? that&#x27;s crazy.
      • pokstad19 hours ago
        It does now but didn’t always: <a href="https:&#x2F;&#x2F;austinmacworks.com&#x2F;updated-passwords-app-adds-history&#x2F;" rel="nofollow">https:&#x2F;&#x2F;austinmacworks.com&#x2F;updated-passwords-app-adds-histor...</a><p>I should also add this is only if you have iOS 26 or newer.
      • andrewmg20 hours ago
        It retains past passwords. Open the entry in the Passwords app and then scroll down to &quot;View History&quot; button.
  • nikisweeting20 hours ago
    Very curious if they&#x27;re implementing browser driving themselves or using an off-the-shelf library like stagehand, browser-use, etc. to drive the DOM. Hopefully they open source it if it&#x27;s in Swift.<p>A11y-tree alone is not enough for many sites because lots of auth stuff happens in OOPIF frames that need special handling&#x2F;stitching&#x2F;interactive element filtering.<p>There&#x27;s also the issues of many captchas around auth stuff being implemented using canvas elements (that are hard to instrument for browser agents without relying on CUA). Can their on-device 3B model really handle accurate CUA driving? I guess we&#x27;ll see...
  • doodlebugging20 hours ago
    I wonder whether the AI generated password that you allow to be created on your iPhone in the Passwords app can be recovered and added to whatever password manager you might be using on Windows or Linux desktop.<p>It seems like this is a great way to lock oneself out of access to an account on some of the devices that they own that do not have access to the Passwords data storage.<p>I can see where this can be a benefit in helping users secure their accounts with stronger passwords but I think that there is a lot of potential for this to become a real problem.
  • vablings20 hours ago
    This could have nuclear level consequences. Imagine somehow your keychain is compromised. Using a change password URL means an attacker could literally lock you out of every account at the same time
    • john_strinlai20 hours ago
      this only really changes things for obscure sites. there&#x27;s already automation readily available for all the popular social media, banks, crypto sites, etc.
    • eboy20 hours ago
      [dead]
  • flyingshelf20 hours ago
    This is a great article except the &quot;That can happen for plenty of boring reasons&quot; list. Almost each of those reasons is completely unrelated to AI and can happen even if you attempt the change 100% manually with or without a password manager.
  • drob51822 hours ago
    Yea, I saw that during the WWDC keynote and physically cringed. As the article says, what could go wrong?
    • coldtea20 hours ago
      Nothing much different than e.g. Chrome suggesting a password and saving it?
      • drob51819 hours ago
        This is not that. This is an agent autonomously navigating through the website to change your password. You don’t even need to be navigated to the site. The app gives you a list of sites with insecure passwords and you just hit a button labeled “Change” or something like that and it kicks off a process to change it. If there’s was a standard API for changing passwords, then sure. But this is far beyond just suggesting a strong password and offering to store it for you when you are navigating the site yourself. And given how often THAT simple functionality goes wrong, in my experience, I don’t have a lot of hope that this will work out well. To be clear, that’s not Apple’s fault. Some sites have garbage authentication and password change workflows.
        • coldtea19 hours ago
          &gt;<i>This is not that. This is an agent autonomously navigating through the website to change your password. You don’t even need to be navigated to the site.</i><p>I know. What I&#x27;m saying is, if you already trust Chrome&#x2F;Safari&#x2F;etc with your passwords, even trusting it to come up with one and store it securely and correctly, and it has access to the content you browse (since you&#x27;re doing it through it), it&#x27;s not that different from a privacy perspective.<p>What&#x27;s gonna happen by automating the change too? It&#x27;s gonna click the wrong button and delete your account?
          • drob51813 hours ago
            Yes, among other things. I trust a limited, fixed algorithm much more than a stochastic process. A fixed algorithm either works or it doesn’t. It might have a bug, but it isn’t influenced by the content of the web page as that text enters its context and then it randomly decides to do whatever. In short, it could easily lock you out of your account. Depending on the site, that could be quite bad. We’ve all seen the stories of AIs deleting production databases. It’s reasonable to assume we’ll see similar things with this.
          • stvltvs16 hours ago
            <i>&gt; It&#x27;s gonna click the wrong button and delete your account?</i><p>Yes
    • cyanydeez21 hours ago
      It&#x27;s good to know Apples not immune from the insecure by design hype machine; just late to the game!
  • TechRemarker21 hours ago
    Yes, also immediately thought of all the endless ways this could go wrong and end with someone losing access to their account, which depending on their account could be trivial or life altering, especially if their loss ends up being someone else&#x27;s gain. Apple takes baby steps so I&#x27;m sure this will be limited in nature and most likely will get delayed until fully tested, but I&#x27;d definitely avoid testing during betas (with any real accounts that is).
  • throwaway8582521 hours ago
    People already have a hard time remembering passwords without them being automatically changed.
    • Schiendelman20 hours ago
      You <i>should not</i> be trying to remember your passwords. That&#x27;s what autofill is for, so you can use passwords that are actually secure.
      • throwaway8582520 hours ago
        I&#x27;m trying, but its not so easy to convince people I know.
        • Schiendelman20 hours ago
          Let Apple change their passwords so they have to use the manager! :D
    • mikestew20 hours ago
      I can remember two passwords: the one that gets me into my laptop, and the one that gets me into my password manager. And this feature requires one to use Apple&#x27;s default password manager, ergo...<p>And I shouldn&#x27;t remember the first one, I just haven&#x27;t gotten &#x27;round to setting up the Yubikey on the laptop just yet.
    • thewebguyd20 hours ago
      That&#x27;s the point of the password manager. You <i>shouldn&#x27;t</i> be remembering individual passwords, they should largely be random.
    • Petersipoi20 hours ago
      If you&#x27;re trying to remember passwords, you&#x27;re already doing it wrong
    • john_strinlai20 hours ago
      people should not really be remembering any password other than the master password for their password manager.<p>this also <i>requires</i> the passwords app to even function. so this should be a non-issue.
  • dotcoma21 hours ago
    Can it be turned off ?
    • eblume21 hours ago
      As per the demo, in order for Siri to rotate your passwords &quot;for you&quot;, you have to open the Password app, go to their dashboard on weak or exposed passwords, and click a button asking it to rotate your password account by account.<p>So yes. It&#x27;s off by default. You have to affirmatively use the feature. (This is purely based on what I remember from the demo, mind you. I have not used the feature.)
      • srik20 hours ago
        This one is getting a lot of undue flak. Not only does it require explicit confirmation, it’s also contained entirely within the passwords app which already has access to all your passwords because you chose to trust it.<p>If you use this app, open it and look at how many entries fall under the “security” section. Everyday another password is compromised and added to the list, just too many to keep up. So, albeit apprehensively, I for one appreciate this feature.
  • micromacrofoot20 hours ago
    I already let 1Password generate all my passwords, so as long as they&#x27;re just invoking tools with AI rather than having it attempt manually, it doesn&#x27;t seem like such a big deal?
  • hmokiguess20 hours ago
    <a href="https:&#x2F;&#x2F;xkcd.com&#x2F;2044&#x2F;" rel="nofollow">https:&#x2F;&#x2F;xkcd.com&#x2F;2044&#x2F;</a>
  • ThejaCH21 hours ago
    I mean isn&#x27;t it either to complex to implement or not a good implementation kind off thing?<p>A good chunk of people do use devices other than apple eco system one&#x27;s and if they try to login and then suddenly, you can&#x27;t!
    • Schiendelman20 hours ago
      If they already use devices outside the Apple ecosystem, they&#x27;re not using the Passwords app, or they&#x27;re using the plugins that get you access to it in other ecosystems.
    • TylerE21 hours ago
      Isn&#x27;t that a completely defeating attitude? V1.0 is rarely anything close to perfect.