Sithis993 Crypter Versions Save

Crypter - Python3 based builder and ransomware compiled to Windows executable using PyInstaller

2.25

6 years ago
  • Added functionality to exclude certain directories from encryption
    • Added "burn" to this list to prevent encryption of files waiting to be burned to disc
    • This could potentially alert the user to the ransomware's presence
  • Drastically increased number of filetypes encrypted by default
    • Updated example config to reflect this
  • Minor GUI fixes and improvements

2.20

6 years ago
  • Added options for:
    • Making Crypter Window always on top
    • Making Crypter window resizeable
    • Crypter window background colour
    • Crypter window title/heading font colour
    • Crypter window primary font colour
    • Crypter window secondary font colour
  • Created subcategories under builder "Ransomware Settings"
  • Numerous bug fixes

2.10

6 years ago
  • GUI resizing fixes and improvements
  • Encryption of attached drives and entirety of user's homespace
    • Support for skipping encryption if neither option is chosen
    • Appropriate handling to skip optical drives
  • Minor fixes

Download the Distributable package to get this release and the required dependencies.

2.0

6 years ago
  • Created a Graphical User Interface (GUI) for customising and building the ransomware
  • Improved ransomware GUI for a better appearance and to support new customisation capabilities

Download the Distributable package to get this release and the required dependencies.

1.03

6 years ago

Multi-language GUI support and initial basic Russian translation

1.02

6 years ago
  • Implemented decryption threading via wx Publisher sub
    • Solved issue with GUI blocking which lead to glitches
  • Fixed issue #15

1.01

6 years ago

Minor Hotfixes: Fixed issue with build configuration that would prevent a successful build. Adding measures to prevent Crypter from encrypting itself and the generated key.txt file

1.0

6 years ago

First major release following integration of GUI abstract base class usage