Sinisterly
[HC-Official] Multiencoder (Python) - Printable Version

+- Sinisterly (https://sinister.ly)
+-- Forum: Hacking (https://sinister.ly/Forum-Hacking)
+--- Forum: Hacking Tools (https://sinister.ly/Forum-Hacking-Tools)
+--- Thread: [HC-Official] Multiencoder (Python) (/Thread-HC-Official-Multiencoder-Python)

Pages: 1 2 3 4 5 6 7 8


RE: [HC-Official] Multiencoder (Python) - Psycho_Coder - 07-07-2013

(07-06-2013, 10:26 PM)noize Wrote:
(07-06-2013, 10:03 PM)Psycho_Coder Wrote: Great! However I have just got started Biggrin and so do others. I guess We shoud create a library of the codes and then upoad it to Github with name "HCRepository" , just a suggestion

What do you mean with "just got started"? You mean with programming? You're pretty good if you just got started. However, if that's what you mean, I just got started too, but I don't know about others. But I think I don't really get what you mean. And about the Git repo, you mean for this proj only or for all HC group projects?

"Just got started means" got started with python programming :tongue: :lol: , you thought I was telling regarding encodings Biggrin no not at all. Git Repository for all HC DEV group projects but know I think that this thought is quite wrong.

@Deque since you have updated it to version 0.2 so will you please provide a change which will enable us to understand the stages of development.


RE: [HC-Official] Multiencoder (Python) - Psycho_Coder - 07-07-2013

(07-06-2013, 10:26 PM)noize Wrote:
(07-06-2013, 10:03 PM)Psycho_Coder Wrote: Great! However I have just got started Biggrin and so do others. I guess We shoud create a library of the codes and then upoad it to Github with name "HCRepository" , just a suggestion

What do you mean with "just got started"? You mean with programming? You're pretty good if you just got started. However, if that's what you mean, I just got started too, but I don't know about others. But I think I don't really get what you mean. And about the Git repo, you mean for this proj only or for all HC group projects?

"Just got started means" got started with python programming :tongue: :lol: , you thought I was telling regarding encodings Biggrin no not at all. Git Repository for all HC DEV group projects but know I think that this thought is quite wrong.

@Deque since you have updated it to version 0.2 so will you please provide a change which will enable us to understand the stages of development.


RE: [HC-Official] Multiencoder (Python) - Psycho_Coder - 07-07-2013

(07-06-2013, 10:26 PM)noize Wrote:
(07-06-2013, 10:03 PM)Psycho_Coder Wrote: Great! However I have just got started Biggrin and so do others. I guess We shoud create a library of the codes and then upoad it to Github with name "HCRepository" , just a suggestion

What do you mean with "just got started"? You mean with programming? You're pretty good if you just got started. However, if that's what you mean, I just got started too, but I don't know about others. But I think I don't really get what you mean. And about the Git repo, you mean for this proj only or for all HC group projects?

"Just got started means" got started with python programming :tongue: :lol: , you thought I was telling regarding encodings Biggrin no not at all. Git Repository for all HC DEV group projects but know I think that this thought is quite wrong.

@Deque since you have updated it to version 0.2 so will you please provide a change which will enable us to understand the stages of development.


RE: [HC-Official] Multiencoder (Python) - Deque - 07-07-2013

(07-06-2013, 10:03 PM)Psycho_Coder Wrote: Great! However I have just got started Biggrin and so do others. I guess We shoud create a library of the codes and then upoad it to Github with name "HCRepository" , just a suggestion

I already had a similar idea too. I will set up an account when I get the time to.

(07-07-2013, 07:04 AM)Psycho_Coder Wrote: @Deque since you have updated it to version 0.2 so will you please provide a change which will enable us to understand the stages of development.

Done. See first post. Thanks for the suggestion.
However, once we have a GIT repository, you will be able to see all changes in the history.


RE: [HC-Official] Multiencoder (Python) - Deque - 07-07-2013

(07-06-2013, 10:03 PM)Psycho_Coder Wrote: Great! However I have just got started Biggrin and so do others. I guess We shoud create a library of the codes and then upoad it to Github with name "HCRepository" , just a suggestion

I already had a similar idea too. I will set up an account when I get the time to.

(07-07-2013, 07:04 AM)Psycho_Coder Wrote: @Deque since you have updated it to version 0.2 so will you please provide a change which will enable us to understand the stages of development.

Done. See first post. Thanks for the suggestion.
However, once we have a GIT repository, you will be able to see all changes in the history.


RE: [HC-Official] Multiencoder (Python) - Deque - 07-07-2013

(07-06-2013, 10:03 PM)Psycho_Coder Wrote: Great! However I have just got started Biggrin and so do others. I guess We shoud create a library of the codes and then upoad it to Github with name "HCRepository" , just a suggestion

I already had a similar idea too. I will set up an account when I get the time to.

(07-07-2013, 07:04 AM)Psycho_Coder Wrote: @Deque since you have updated it to version 0.2 so will you please provide a change which will enable us to understand the stages of development.

Done. See first post. Thanks for the suggestion.
However, once we have a GIT repository, you will be able to see all changes in the history.


RE: [HC-Official] Multiencoder (Python) - Deque - 07-07-2013

I created an organization called HCDevelopers on Github and moved the Multiencoder repository there. Join the organization in order to work on the project, if you have a Github account.
Here is the link: https://github.com/HCDevelopers/MultiEncoder


RE: [HC-Official] Multiencoder (Python) - Deque - 07-07-2013

I created an organization called HCDevelopers on Github and moved the Multiencoder repository there. Join the organization in order to work on the project, if you have a Github account.
Here is the link: https://github.com/HCDevelopers/MultiEncoder


RE: [HC-Official] Multiencoder (Python) - Deque - 07-07-2013

I created an organization called HCDevelopers on Github and moved the Multiencoder repository there. Join the organization in order to work on the project, if you have a Github account.
Here is the link: https://github.com/HCDevelopers/MultiEncoder


RE: [HC-Official] Multiencoder (Python) - Psycho_Coder - 10-24-2013

Vigenere cipher is showing errors. I gave the text to encode as "Hello" and key 123 and got this :-

Code:
Traceback (most recent call last): File "multiencoder.py", line 141, in <module> main() File "multiencoder.py", line 55, in main en_de_code(is_decode, text, algorithms) File "multiencoder.py", line 108, in en_de_code text = function(text, key) File "/home/psychocoder/MultiEncoder-master/hcdev/encryptions/vigenere.py", line 25, in encode get = alpha.index(a) + alpha.index(b) ValueError: substring not found

Some more occured during decoding a complex encryption :-

Code:
Encodings/encryptions (type "-i name" to get a description): psychosubcipher zong22 atom128 leet reverse hex gronsfeld Encode (e) or decode (d)? e Text: Hello Hack Community. Love you! > psychosubcipher: %!((G7%a,y7+GYYS;xb*h78GM!7*GSc > zong22: wbnkDnpzwoniBdp6YWNLxFJAI8lk1FgfdbnzDvPdIQ22 > atom128: nwOVku=VmM0xlwz0b2=qS11hd/ry=/0GcdX8ktKLjwj/i2zA=MjbjJ1=RZN5 > leet: |\|\/\/0\/|<|_|=\/|\/||\/|0><|\/\/2082=0_511|-|d/ry=/09<d><8|<7|<|j\/\/j/1224=|\/|j8jj1=r2|\|5 > reverse: 5|\|2r=1jj8j|/\|=4221/j/\/\j|<|7<|8<>d<90/=yr/d|-|115_0=2802/\/\|<>0|/\||/\|/\=|_|<|/\0/\/\|\| > hex: 357c5c7c32723d316a6a386a7c2f5c7c3d343232312f6a2f5c2f5c6a7c3c7c373c7c383c3e643c39302f3d79722f647c2d7c3131355f303d323830322f5c2f5c7c3c3e307c2f5c7c7c2f5c7c2f5c3d7c5f7c3c7c2f5c302f5c2f5c7c5c7c Key for gronsfeld: 123 > gronsfeld: 357D5F7E32723F316D6C386D7E2G5F7E3E343232312H6B2I5E2G5F6C7D3F7E373F7E383F3G643F39302I3F79722H647F2F7D3131355I303E323830322H5D2I5E7D3F3G307F2H5D7F7E2G5F7E2G5F3F7D5I7E3D7F2H5D302H5D2I5E7D5F7E Result: 357D5F7E32723F316D6C386D7E2G5F7E3E343232312H6B2I5E2G5F6C7D3F7E373F7E383F3G643F39302I3F79722H647F2F7D3131355I303E323830322H5D2I5E7D3F3G307F2H5D7F7E2G5F7E2G5F3F7D5I7E3D7F2H5D302H5D2I5E7D5F7E

The above is the encoding and while decoding I get the error :-

Code:
Encodings/encryptions (type "-i name" to get a description): gronsfeld hex reverse leet atom128 zong22 psychosubcipher Encode (e) or decode (d)? d Text: 357D5F7E32723F316D6C386D7E2G5F7E3E343232312H6B2I5E2G5F6C7D3F7E373F7E383F3G643F39302I3F79722H647F2F7D3131355I303E323830322H5D2I5E7D3F3G307F2H5D7F7E2G5F7E2G5F3F7D5I7E3D7F2H5D302H5D2I5E7D5F7E Key for gronsfeld: 123 > gronsfeld: 357C5C7C32723D316A6A386A7C2F5C7C3D343232312F6A2F5C2F5C6A7C3C7C373C7C383C3E643C39302F3D79722F647C2D7C3131355F303D323830322F5C2F5C7C3C3E307C2F5C7C7C2F5C7C2F5C3D7C5F7C3C7C2F5C302F5C2F5C7C5C7C > hex: 5|\|2r=1jj8j|/\|=4221/j/\/\j|<|7<|8<>d<90/=yr/d|-|115_0=2802/\/\|<>0|/\||/\|/\=|_|<|/\0/\/\|\| > reverse: |\|\/\/0\/|<|_|=\/|\/||\/|0><|\/\/2082=0_511|-|d/ry=/09<d><8|<7|<|j\/\/j/1224=|\/|j8jj1=r2|\|5 > leet: nwovlcl_l=vmmo>clwzobz=o_siihd/ry=/ogcd>cblctlcljwj/izza=mjbjji=rzns Traceback (most recent call last): File "multiencoder.py", line 141, in <module> main() File "multiencoder.py", line 55, in main en_de_code(is_decode, text, algorithms) File "multiencoder.py", line 103, in en_de_code text = function(text) File "/home/psychocoder/MultiEncoder-master/hcdev/encodings/b64variant.py", line 18, in decode b64 = "".join([self.revlookup[x] for x in code]) KeyError: '_'

I am creating a wiki for our Multiencoder and I wanted to test it and got these.