Releases: cDenton1/Decrypter
Releases · cDenton1/Decrypter
v3.0
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
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
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
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