Skip to content

Conversation

@s3inlc
Copy link
Member

@s3inlc s3inlc commented Oct 7, 2025

implementing the backend requirements for changes in #1645

@s3inlc s3inlc requested review from Copilot and jessevz October 7, 2025 10:13
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR implements a new SearchHashes helper API endpoint that allows users to search for hashes in their accessible hashlists. The implementation adds both hash and plaintext searching capabilities with support for salted hashes.

  • Adds a new SearchHashesHelperAPI class with POST endpoint for hash searching functionality
  • Integrates the new helper route into the main API index file
  • Provides base64-encoded search input processing with salt separator support

Reviewed Changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 6 comments.

File Description
src/inc/apiv2/helper/searchHashes.routes.php New API helper class implementing hash search functionality with both hash and plaintext matching
src/api/v2/index.php Registers the new searchHashes helper route in the API

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@jessevz jessevz merged commit de5b2a2 into dev Oct 7, 2025
2 checks passed
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.

3 participants