Skip to content

Instantly share code, notes, and snippets.

@Alexufo
Created September 2, 2017 22:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Alexufo/9c81760ddd8acf15e2af5ab675d436c8 to your computer and use it in GitHub Desktop.
Save Alexufo/9c81760ddd8acf15e2af5ab675d436c8 to your computer and use it in GitHub Desktop.
decrypt encrypted streams .ts files
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