Skip to content

Instantly share code, notes, and snippets.

View JrMasterModelBuilder's full-sized avatar
🇺🇦

JrMasterModelBuilder JrMasterModelBuilder

🇺🇦
View GitHub Profile
@JrMasterModelBuilder
JrMasterModelBuilder / README.md
Last active February 11, 2018 04:06
File Backup Python Script

File Backup Python Script

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.

Usage

After installing Python, you can run it command line like this:

Keybase proof

I hereby claim:

  • I am jrmastermodelbuilder on github.
  • I am jmmb (https://keybase.io/jmmb) on keybase.
  • I have a public key ASCcLxkoM7qmTi2MrMnKKGNaur1IDbemH-xj5hJGFyvJVQo

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"