kvazaar icon indicating copy to clipboard operation
kvazaar copied to clipboard

How to decrypt the encrypted video?

Open haikuoY opened this issue 2 years ago • 1 comments

" - mvs: Motion vector magnitudes." " - mv_signs: Motion vector signs." " - trans_coeffs: Coefficient magnitudes." " - trans_coeff_signs: Coefficient signs." " - intra_pred_modes: Intra prediction modes." five encrypted syntaxes. Should I remember the encryption key sequence? Is the key sequence order of encryption and decryption the same?

haikuoY avatar Jul 02 '22 07:07 haikuoY

As long as you know the original key you can regenerate the cipher sequence. The sequence is the same for encryption and decryption. In general, for decryption you will need to use https://github.com/OpenHEVC/openHEVC/tree/hevc_encryption

Jovasa avatar Jul 11 '22 08:07 Jovasa