Python script to decrypt the post data from the Dexter PoS malware. The program extracts the XOR key and uses that to decrypt the rest of the variables in the post data.
=============
To use:
Copy and paste the encrypted post data into the "postdata" variable then execute the program to print the results.