I'm trying to decrypt a file with
openssl enc -d -aes128 -in n_1_0_0.ts -out a.ts -K $(hexdump -v -e '/1 "%02X"' < test.php) -iv 0
I get this error
hex string is too short, padding with zero bytes to length
bad decrypt
4618354176:error:06065064:digital envelope routines:EVP_DecryptFinal_ex:bad decrypt:crypto/evp/evp_enc.c:610:
test.php is a 16Byte file.
Here are the files - https://drive.google.com/file/d/1nS5ZI_0HlVPNU6MizvQGVpo_EaxqntfW/view?usp=sharing