A simple python script for decrypting DES that has been generated by a .NET application - frizb/Python_DES_Decryptor.
DOWNLOAD: https://tinurli.com/2fcdih
DOWNLOAD: https://tinurli.com/2fcdih
des-decryption-python
It works here if I use bytes instead of strings from Crypto.Cipher import DES def pad(text): n = len(text) % 8 return text + (b' ' * n) key ... 939c2ea5af
Comments