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

Larger ECMs (e.g. TNTSAT) are not handled #20

Open
basicmaster opened this issue Jul 20, 2019 · 0 comments
Open

Larger ECMs (e.g. TNTSAT) are not handled #20

basicmaster opened this issue Jul 20, 2019 · 0 comments

Comments

@basicmaster
Copy link
Contributor

Since some time TNTSAT uses larger ECMs (e.g. 360 bytes). tsdecrypt currently doesn't decode such ECMs, as the maximum payload is limited due to CAMD35 constraints. The related warning message is currently disabled.

Using a larger message data size (1, 2) fixes the issue, if a different CAMD protocol is used. However it currently requires manual modification to the code.

See also #10.

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

1 participant