Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to decrypt the encrypted video? #337

Open
haikuoY opened this issue Jul 2, 2022 · 1 comment
Open

How to decrypt the encrypted video? #337

haikuoY opened this issue Jul 2, 2022 · 1 comment

Comments

@haikuoY
Copy link

haikuoY commented Jul 2, 2022

" - 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
Copy link
Member

Jovasa commented Jul 11, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants