I was curious about cryptography so I started to learn about symmetric encryption.
From what I understand a symmetric encryption works as follow:
PlainText -> (Encrypt)K -> Cipher text -> (Decrypt)K -> PlainText
I was wondering if it is possible to retrieve the cryptographic key by knowing the plain text, the cipher text and the encryption algorithm used.