Practical Single-Round Secure Wildcard Pattern Matching

Published: 2023, Last Modified: 15 Nov 2024SEC 2023EveryoneRevisionsBibTeXCC BY-SA 4.0
Abstract: Secure pattern matching allows a client who holds a substring (pattern) to find all the substring’s locations appearing in the long string (text) stored in a server. Meanwhile, the server should not learn any information about the pattern or the matching results. Wildcard pattern matching (WPM) problem, a specific variant with more realistic significance, defines that the pattern contains wildcards that can match any character in the text.
Loading