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.

Ask HN: Why are the apple id passwords limited to a max amount of 63 chars?

2 pointsby davidpelayoabout 5 years ago
I spent yesterday some time rotating my passwords and I found out that the Apple Id passwords are limited to 63 characters maximum.<p>Googling, I found nothing about this topic.<p>Then I went to the Apple StackExchange (probably not the right place) to ask about it without success (https:&#x2F;&#x2F;apple.stackexchange.com&#x2F;q&#x2F;387364&#x2F;263000).<p>I&#x27;d like to see the potential technical reasons why a company would go for such design - rather than needing anyone from Apple sharing such internal details (as the guy at StackExchange replied).<p>Thanks!

1 comment

Someoneabout 5 years ago
It’s prudent to have some limit, to protect against long password DoS attacks (<a href="https:&#x2F;&#x2F;www.acunetix.com&#x2F;vulnerabilities&#x2F;web&#x2F;long-password-denial-of-service&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.acunetix.com&#x2F;vulnerabilities&#x2F;web&#x2F;long-password-d...</a>). 63 is such a limit and long enough to allow users to pick secure passwords.