Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extend documentation that bcrypt is limited to 72 bytes #4027

Open
thbley opened this issue Nov 9, 2024 · 0 comments
Open

Extend documentation that bcrypt is limited to 72 bytes #4027

thbley opened this issue Nov 9, 2024 · 0 comments
Labels
bug Documentation contains incorrect information Status: Needs Triage

Comments

@thbley
Copy link

thbley commented Nov 9, 2024

Description

Please extend documentation that bcrypt is limited to 72 bytes and/or raise a warning/error/exception if input length is >72 bytes.

The following code:

https://3v4l.org/Q3Q43

Resulted in this output:

1

But I expected this output instead:

0

PHP Version

php 8.1-8.3, maybe 8.4

Operating System

No response

@thbley thbley added bug Documentation contains incorrect information Status: Needs Triage labels Nov 9, 2024
@nielsdos nielsdos transferred this issue from php/php-src Nov 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Documentation contains incorrect information Status: Needs Triage
Projects
None yet
Development

No branches or pull requests

1 participant