Ask Your Question
3

In PHP, what is the method for finding encrypted data using the "like" operator?

asked 2022-11-02 11:00:00 +0000

nofretete gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
2

answered 2021-05-11 01:00:00 +0000

pufferfish gravatar image

There is no specific method for finding encrypted data using the "like" operator in PHP. Encrypted data cannot be searched or compared in the same way as plain text data. The encrypted data must first be decrypted before it can be searched using the "like" operator. The approach for finding encrypted data will depend on the encryption algorithm and method used. In general, a possible approach would involve decrypting the data and then searching for the desired pattern or substring.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2022-11-02 11:00:00 +0000

Seen: 18 times

Last updated: May 11 '21