Y
Hacker News
new
|
ask
|
show
|
jobs
by
mras0
309 days ago
No, it's due to the construction of bcrypt - it ends up using the password more or less directly as the key for blowfish (the underlying cipher) which is why the limit is there. Check wikipedia for details.