Created
September 2, 2017 22:17
-
-
Save Alexufo/9c81760ddd8acf15e2af5ab675d436c8 to your computer and use it in GitHub Desktop.
decrypt encrypted streams .ts files
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
openssl enc -aes-128-cbc -in "Downloads\media_1.ts" -out "Downloads\decr_tmp.ts" -d -K D2AFAA16648B17A0FEC9EA533EB244A3 -iv 00000000000000000000000000000001 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment