I want to write a simple automated test to determine if a .ts video file has been encrypted using AES 128 encryption. I will have access to both the encrypted and unencrypted files. I will also have access to the key. I will pretty much have access to everything because I am working with the developers doing the encryption 🙂
I’d prefer to do a test more advanced than just checking to see if the file sizes are different.
Any thoughts on some simple test code I could write? I’d be writing the code with c# or powershell.
I have absolutely no experience with this stuff so feel free to treat me like a child.
Thanks
I eventually made a c# command line.