python-ransomware
python-ransomware copied to clipboard
Basic ransomware proof of concept with Python 3.7.
Results
1
python-ransomware issues
Sort by
recently updated
recently updated
newest added
**Issue:** If the encrypted base64 string is larger than the original file the `f.write(data)` will expand the file, while the decryption will `f.seek(0)` to the start of the file and...