A simple Python script for backing up a file to a directory with a timestamp every time it changes.
Works with both Python 2 and Python 3.
After installing Python, you can run it command line like this:
I hereby claim:
To claim this, I am signing this object:
""" | |
Decrypt HARMAN AIR SDK encrypted swfs | |
""" | |
from struct import pack, unpack | |
from Crypto.Cipher import AES | |
import sys | |
globalKey = b"Adobe AIR SDK (c) 2021 HARMAN Internation Industries Incorporated" |