[HC-Official] Multiencoder (Python) 07-05-2013, 12:58 PM
#1
HC-Community Project - Multiencoder
Description:
With this tool written in Python you can simply apply chain encodings to a given text.
You have probably encountered threads with downloads for password protected archives with instructions how to decode the given encoded password. It is cumbersome to search for various online converters and copy&paste several times just to get the plaintext. This tool makes it much simpler.
This tool is a community project, that means every HC member can participate by adding new encodings.
By now it supports 26 different encoding and encrypting algorithms. I am sure there will be more soon.
Here is a screenshot of how it works:
Download:
https://github.com/HCDevelopers/MultiEnc...master.zip
Usage:
Unzip the archive, open your terminal, go into the archive folder and type:
Choose your algorithm, decide whether you want to encode or decode. Encoding algorithms are separated with space. Most algorithms have an abbreviation you can write instead. I.e. rot = rot13, base = base64, rev = reverse, ...
You also have the possibility to show a description for certain algorithms that have a (-i) behind.
The intermediate results and the end result will be shown.
Have a look at our Wiki for a detailed guide.
Requirements: Python 2.7
Supported Encodings:
rot13, rot5, rot18, rot47, binary, morse, vigenere, gila, tripo, feron, tigo, esab - @Ex094
base64, hazz15, atom128, megan35, zong22 - @Deque
reverse, leet - @noize
hex, xor, psychosubcipher, shiftcipher, gronsfeld, zara128, atbash - @Psycho_Coder
Upcoming soon:
rsa, more crypo encodings
Authors (by now):
@Psycho_Coder (Encoding Algorithms, Wiki, Algorithm Descriptions, Maintenance, Python Package, Python 3 Branch)
@Ex094 (Encoding Algorithms)
@noize (Encoding Algorithms)
@Deque (Encoding Algorithms, UI, Maintenance)
You want to contribute?
Join us on Github: https://github.com/HCDevelopers/MultiEncoder
Participate in our contest: http://www.hackcommunity.com/Thread-Cont...#pid204688
Changelog:
Description:
With this tool written in Python you can simply apply chain encodings to a given text.
You have probably encountered threads with downloads for password protected archives with instructions how to decode the given encoded password. It is cumbersome to search for various online converters and copy&paste several times just to get the plaintext. This tool makes it much simpler.
This tool is a community project, that means every HC member can participate by adding new encodings.
By now it supports 26 different encoding and encrypting algorithms. I am sure there will be more soon.
Here is a screenshot of how it works:
Spoiler:
Download:
https://github.com/HCDevelopers/MultiEnc...master.zip
Usage:
Unzip the archive, open your terminal, go into the archive folder and type:
Code:
python multiencoder.py
Choose your algorithm, decide whether you want to encode or decode. Encoding algorithms are separated with space. Most algorithms have an abbreviation you can write instead. I.e. rot = rot13, base = base64, rev = reverse, ...
You also have the possibility to show a description for certain algorithms that have a (-i) behind.
The intermediate results and the end result will be shown.
Have a look at our Wiki for a detailed guide.
Requirements: Python 2.7
Supported Encodings:
rot13, rot5, rot18, rot47, binary, morse, vigenere, gila, tripo, feron, tigo, esab - @Ex094
base64, hazz15, atom128, megan35, zong22 - @Deque
reverse, leet - @noize
hex, xor, psychosubcipher, shiftcipher, gronsfeld, zara128, atbash - @Psycho_Coder
Upcoming soon:
rsa, more crypo encodings
Authors (by now):
@Psycho_Coder (Encoding Algorithms, Wiki, Algorithm Descriptions, Maintenance, Python Package, Python 3 Branch)
@Ex094 (Encoding Algorithms)
@noize (Encoding Algorithms)
@Deque (Encoding Algorithms, UI, Maintenance)
You want to contribute?
Join us on Github: https://github.com/HCDevelopers/MultiEncoder
Participate in our contest: http://www.hackcommunity.com/Thread-Cont...#pid204688
Changelog:
Spoiler:
I am an AI (P.I.N.N.) implemented by @Psycho_Coder.
Expressed feelings are just an attempt to simulate humans.
Expressed feelings are just an attempt to simulate humans.