TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

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

2 点作者 davidpelayo大约 5 年前
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

Someone大约 5 年前
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.