wincrypto
wincrypto copied to clipboard
Windows Crypto API compatible decryption/encryption for python
Results
3
wincrypto issues
Sort by
recently updated
recently updated
newest added
fixes https://github.com/crappycrypto/wincrypto/issues/5
Simple addition for CALG_3DES. I know it's going backwards a bit, but I needed it to interface to an existing thing I don't control.
Discovered while reversing some stuff encrypted with WinCrypt API, that MS's actual implementation of `CryptDeriveKey` for RC4 (and at least MD5) just takes the first 5 bytes of the input...