Skip to content

Constant time raw key#596

Open
Sc00bz wants to merge 1 commit into
sqlcipher:prereleasefrom
Sc00bz:patch
Open

Constant time raw key#596
Sc00bz wants to merge 1 commit into
sqlcipher:prereleasefrom
Sc00bz:patch

Conversation

@Sc00bz
Copy link
Copy Markdown
Contributor

@Sc00bz Sc00bz commented May 25, 2026

Changes proposed in this pull request:

Doing the following in constant time:

  • Check if password is in raw key format (i.e. x'hex')
  • Decode the key

Checks if password is in raw key format (x'hex') and decodes the key. Doing both in constant time.
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.

1 participant