Skip to content

Conversation

@Sc00bz
Copy link

@Sc00bz Sc00bz commented Jul 16, 2019

Signed char bug: $2y$ is using the correct code. The $2x$ (the old $2a$) extended the sign bit of a character on top of at most the 3 characters before it (4 byte boundary).

Null char bug: nothing after the first null character is used. This breaks when using prehashed bcrypt with raw output.

Signed char bug: $2y$ is using the correct code. The $2x$ (the old $2a$) extended the sign bit of a character on top of at most the 3 characters before it (4 byte boundary).

Null char bug: nothing after the first null character is used. This breaks when using prehashed bcrypt with raw output.
@lodee77
Copy link

lodee77 commented Feb 15, 2021

  1. @ok

@spaze spaze force-pushed the master branch 2 times, most recently from 36493b3 to 6616e11 Compare March 23, 2025 23:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants