I am trying to decrypt a video file using openssl. But 16 byte aes key has a line feed (LF) character in it.
x
yÏï:YÛI?þbl
Because of the LF, when I copy the key to the terminal, it sends only "x" not the whole key.
How can I type this key on terminal?
openssl aes-128-cbc -d -in input.ts -out output.ts -pass [aes_key]