
full text - Repost: How do you decrypt all of a certain file type in OpenSSL? (from https://ift.tt/0U8zsLF, How do you decrypt all of a certain file type in OpenSSL?)
Mining:
Exchanges:
Donations:
Hello, I am trying to reverse engineer the Samsung Smart TV platform from 2012 for archival and preservation purposes. I need to decrypt the .cmk code first so I could search the code, problem is it’s manual. I need a script to recursively decrypt all .cmk files in a folder. the current manual code I use is “openssl aes-128-cbc -d -K B1D5F122E75D757C79F48886D42F8E1A -in index.html.cmk -nosalt -iv BFE932F9273DC2A0DFC93F0B8E7AC7C2 -out index.html” and I’ve also found “ openssl aes-128-cbc -d -K 84AA59959849F6DDD4823B90F7913902 -in config.xml.smk -nosalt -iv 1DA76DE2A0EE55C0DBCCEDA772E3684D -out config.xml” for .smk files that I have only encountered while dealing with later models.
Social Media Icons