Reputation: 5221
Is it possible to get the AES_ENCRYPT()
key if i have the original string and the encrypted string?
Any help appreciated
Upvotes: 1
Views: 257
Reputation: 26910
This is called a known-plaintext attack. Any modern cipher that have known plaintext attack is consider broken.
So, the answer is "no". (or, not yet, unless you count those academical papers)
Upvotes: 4