You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.
Hi everyone,
first of all let me say thanks for developing this class!!
I experimented the last days with this class and it works fine. I want to encrypt parts of my mysql Database with it. Now my question: when I encrypt e.g. "Hello World!" several times with the same password protected key, I am always getting a different encrypted value... Am I doing something wrong or is this intentionally?
If it is intentionally, I am having a problem, because I am not able to search in my database any more. For the search I wanted to encrypt the "search term" and then search for this encrypted value. But when the same string gets another encrypted value everytime I encrypt it, this kind of search is not possible.
How do you handle this kind of problem - or what do I do wrong?
Thanks a lot in advance for your answer!!
have a good afternoon!!
The text was updated successfully, but these errors were encountered:
Hi everyone,
first of all let me say thanks for developing this class!!
I experimented the last days with this class and it works fine. I want to encrypt parts of my mysql Database with it. Now my question: when I encrypt e.g. "Hello World!" several times with the same password protected key, I am always getting a different encrypted value... Am I doing something wrong or is this intentionally?
If it is intentionally, I am having a problem, because I am not able to search in my database any more. For the search I wanted to encrypt the "search term" and then search for this encrypted value. But when the same string gets another encrypted value everytime I encrypt it, this kind of search is not possible.
How do you handle this kind of problem - or what do I do wrong?
Thanks a lot in advance for your answer!!
have a good afternoon!!
The text was updated successfully, but these errors were encountered: