Skip to content

Releases: cDenton1/Decrypter

v3.0

21 Nov 23:58

Choose a tag to compare

Updated Release

New

  • Added chaining brute-force method: user can choose the amount of modules to chain together and apply the encrypted string to

Housekeeping

  • Reverted menu output to v1.0 due to unexpected output on Linux
  • Fixed ROT13 brute-force output

Besides the new built-in chaining brute-force module, all modules and flags are all the same as the previous versions

v2.0

26 Jul 04:08

Choose a tag to compare

Revamped Release

New

  • Added detect module: calculates entropy, and runs through every available module and prints any that aren't invalid or blank
  • Added a title for the tool to be printed when run

Housekeeping

  • Updated printing (i.e. menu format, returned strings, importing modules)
  • Adjusted formatting issues with printing

Besides the new built-in detect module, all modules and flags are all the same as the previous versions

v1.1

14 Jul 03:35

Choose a tag to compare

Few bug tweaks and fixes:

  • Issues writing to the output file
  • Issues with opening the output file

Tool Functionality

Tool Options Description
-f File input
-o File output
-m List modules and info
-h Help menu
Included Modules Extra Options
Base64 N/A
ROT13 Digit Shifting, Brute Force
Binary Character Substitution
Hex N/A
Hexdump N/A
URL Decode N/A
Morse Code N/A
XOR Brute Force
AtBash N/A
Octal N/A

Full Changelog: v1.0...v1.1

v1.0

06 Jul 05:25

Choose a tag to compare

First Official Working Release

Tool Options Description
-f File input
-o File output
-m List modules and info
-h Help menu
Included Modules Extra Options
Base64 N/A
ROT13 Digit Shifting, Brute Force
Binary Character Substitution
Hex N/A
Hexdump N/A
URL Decode N/A
Morse Code N/A
XOR Brute Force
AtBash N/A
Octal N/A

Full Changelog: https://github.com/cDenton1/Decrypter/commits/v1.0