ultravideo / kvazaar

An open-source HEVC encoder
BSD 3-Clause "New" or "Revised" License
833 stars 180 forks source link

How to decrypt the encrypted video? #337

Open haikuoY opened 2 years ago

haikuoY commented 2 years ago

" - 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?

Jovasa commented 2 years ago

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