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?
As a candidate for a job, I was given a programming exercise. (There are no prohibitions against asking general questions related to it.) As a preliminary step to writing the code, I wanted to decrypt the text independently.
– Chozang Sep 29 '20 at 17:00