Although I had a security course in school a long time ago, I am effectively new to cryptography.
I have an encrypted text, the encryption key of 44 characters, the encryption method, (Fernet, which uses AES), the mode (CBC), the length of the key (128-bit), the padding (PKCS7) and the authentication (SHA256). The online decrypters I find do not provide the ability to enter all of these elements on one page. Is it possible to decrypt it online? Is there an order of steps that I have to use?
Thanks.