dionach / PANhunt

PANhunt searches for credit card numbers (PANs) in directories.
BSD 3-Clause "New" or "Revised" License
133 stars 74 forks source link

pst.py: use string.maketrans for decryption #12

Closed srepmub closed 7 years ago

srepmub commented 7 years ago

Use string.maketrans for decryption, instead of manual byte-by-byte conversion. This also makes for a huge difference in performance.