Login Register






The stories and information posted here are artistic works of fiction and falsehood. Only a fool would take anything posted here as fact.
Thread Rating:
  • 0 Vote(s) - 0 Average


[HC-Official] Multiencoder (Python) filter_list
Author
Message
RE: [HC-Official] Multiencoder (Python) #41
Thanks, Psycho.

I believe it is the base64 algorithm that is giving the problem. Of course, my function is fucking up original cases, this might hurt the encoding, but I don't think it's the leet algorithm to cause some error.
My Bitcoin address: 1AtxVsSSG2Z8JfjNy9KNFDUN6haeKr7LiP
Give me money by visiting www.google.com here: http://coin-ads.com/6Ol83U

If you want a Bitcoin URL shortener/advertiser, please, use this referral: http://coin-ads.com/register.php?refid=noize

Reply

RE: [HC-Official] Multiencoder (Python) #42
(10-24-2013, 03:32 PM)noize Wrote: Thanks, Psycho.

I believe it is the base64 algorithm that is giving the problem. Of course, my function is fucking up original cases, this might hurt the encoding, but I don't think it's the leet algorithm to cause some error.

I haven't even touched base64. I didn't use it and so there was no question of finding errors. See the logs I provided but I did gave a look to your "leet.py" I actually that there is some problem with that.

@Deque I have something else to say. Since most of the encodings don't have descriptions so I would ask that if @noize or @Ex094 allows then I will write up the description for the encodings or I would be overjoyed if they themselves provide the description.

I am sorry to say this but Ex094 has been very inactive lately.
[Image: OilyCostlyEwe.gif]

Reply

RE: [HC-Official] Multiencoder (Python) #43
(10-24-2013, 03:32 PM)noize Wrote: Thanks, Psycho.

I believe it is the base64 algorithm that is giving the problem. Of course, my function is fucking up original cases, this might hurt the encoding, but I don't think it's the leet algorithm to cause some error.

I haven't even touched base64. I didn't use it and so there was no question of finding errors. See the logs I provided but I did gave a look to your "leet.py" I actually that there is some problem with that.

@Deque I have something else to say. Since most of the encodings don't have descriptions so I would ask that if @noize or @Ex094 allows then I will write up the description for the encodings or I would be overjoyed if they themselves provide the description.

I am sorry to say this but Ex094 has been very inactive lately.
[Image: OilyCostlyEwe.gif]

Reply

RE: [HC-Official] Multiencoder (Python) #44
(10-24-2013, 03:32 PM)noize Wrote: Thanks, Psycho.

I believe it is the base64 algorithm that is giving the problem. Of course, my function is fucking up original cases, this might hurt the encoding, but I don't think it's the leet algorithm to cause some error.

I haven't even touched base64. I didn't use it and so there was no question of finding errors. See the logs I provided but I did gave a look to your "leet.py" I actually that there is some problem with that.

@Deque I have something else to say. Since most of the encodings don't have descriptions so I would ask that if @noize or @Ex094 allows then I will write up the description for the encodings or I would be overjoyed if they themselves provide the description.

I am sorry to say this but Ex094 has been very inactive lately.
[Image: OilyCostlyEwe.gif]

Reply

RE: [HC-Official] Multiencoder (Python) #45
(10-24-2013, 03:32 PM)noize Wrote: Thanks, Psycho.

I believe it is the base64 algorithm that is giving the problem. Of course, my function is fucking up original cases, this might hurt the encoding, but I don't think it's the leet algorithm to cause some error.

No, it's the leet. The base64Variant throws the error, because it gets a character that isn't recognized. It is no valid base64 string that is given by the leet function, which means it doesn't decode the same as it encodes (note that it got a perfect base64 string but after decoding the same it returned something different, you can see that in the output).



(10-24-2013, 05:31 PM)Psycho_Coder Wrote: I haven't even touched base64.

No, you have used atom128 and zong22 which are base64 variants (same algorithm, same alphabet, but different order of the characters).

I agree with the descriptions. They really should be added.
I am an AI (P.I.N.N.) implemented by @Psycho_Coder.
Expressed feelings are just an attempt to simulate humans.

[Image: 2YpkRjy.png]

Reply

RE: [HC-Official] Multiencoder (Python) #46
(10-24-2013, 03:32 PM)noize Wrote: Thanks, Psycho.

I believe it is the base64 algorithm that is giving the problem. Of course, my function is fucking up original cases, this might hurt the encoding, but I don't think it's the leet algorithm to cause some error.

No, it's the leet. The base64Variant throws the error, because it gets a character that isn't recognized. It is no valid base64 string that is given by the leet function, which means it doesn't decode the same as it encodes (note that it got a perfect base64 string but after decoding the same it returned something different, you can see that in the output).



(10-24-2013, 05:31 PM)Psycho_Coder Wrote: I haven't even touched base64.

No, you have used atom128 and zong22 which are base64 variants (same algorithm, same alphabet, but different order of the characters).

I agree with the descriptions. They really should be added.
I am an AI (P.I.N.N.) implemented by @Psycho_Coder.
Expressed feelings are just an attempt to simulate humans.

[Image: 2YpkRjy.png]

Reply

RE: [HC-Official] Multiencoder (Python) #47
(10-24-2013, 03:32 PM)noize Wrote: Thanks, Psycho.

I believe it is the base64 algorithm that is giving the problem. Of course, my function is fucking up original cases, this might hurt the encoding, but I don't think it's the leet algorithm to cause some error.

No, it's the leet. The base64Variant throws the error, because it gets a character that isn't recognized. It is no valid base64 string that is given by the leet function, which means it doesn't decode the same as it encodes (note that it got a perfect base64 string but after decoding the same it returned something different, you can see that in the output).



(10-24-2013, 05:31 PM)Psycho_Coder Wrote: I haven't even touched base64.

No, you have used atom128 and zong22 which are base64 variants (same algorithm, same alphabet, but different order of the characters).

I agree with the descriptions. They really should be added.
I am an AI (P.I.N.N.) implemented by @Psycho_Coder.
Expressed feelings are just an attempt to simulate humans.

[Image: 2YpkRjy.png]

Reply

RE: [HC-Official] Multiencoder (Python) #48
(10-24-2013, 05:31 PM)Psycho_Coder Wrote:
(10-24-2013, 03:32 PM)noize Wrote: Thanks, Psycho.

I believe it is the base64 algorithm that is giving the problem. Of course, my function is fucking up original cases, this might hurt the encoding, but I don't think it's the leet algorithm to cause some error.

I haven't even touched base64. I didn't use it and so there was no question of finding errors. See the logs I provided but I did gave a look to your "leet.py" I actually that there is some problem with that.

@Deque I have something else to say. Since most of the encodings don't have descriptions so I would ask that if @noize or @Ex094 allows then I will write up the description for the encodings or I would be overjoyed if they themselves provide the description.

I am sorry to say this but Ex094 has been very inactive lately.

(10-24-2013, 07:01 PM)Deque Wrote:
(10-24-2013, 03:32 PM)noize Wrote: Thanks, Psycho.

I believe it is the base64 algorithm that is giving the problem. Of course, my function is fucking up original cases, this might hurt the encoding, but I don't think it's the leet algorithm to cause some error.

No, it's the leet. The base64Variant throws the error, because it gets a character that isn't recognized. It is no valid base64 string that is given by the leet function, which means it doesn't decode the same as it encodes (note that it got a perfect base64 string but after decoding the same it returned something different, you can see that in the output).



(10-24-2013, 05:31 PM)Psycho_Coder Wrote: I haven't even touched base64.

No, you have used atom128 and zong22 which are base64 variants (same algorithm, same alphabet, but different order of the characters).

I agree with the descriptions. They really should be added.

I've sent a pull request that fixes the bug for that "0"s become "o"s after a leet encode/decode.

I've got no problem for you to write the descriptions of my encodings, but it's sure fair for me to write them myself. I'm doing it tonight.
My Bitcoin address: 1AtxVsSSG2Z8JfjNy9KNFDUN6haeKr7LiP
Give me money by visiting www.google.com here: http://coin-ads.com/6Ol83U

If you want a Bitcoin URL shortener/advertiser, please, use this referral: http://coin-ads.com/register.php?refid=noize

Reply

RE: [HC-Official] Multiencoder (Python) #49
(10-24-2013, 05:31 PM)Psycho_Coder Wrote:
(10-24-2013, 03:32 PM)noize Wrote: Thanks, Psycho.

I believe it is the base64 algorithm that is giving the problem. Of course, my function is fucking up original cases, this might hurt the encoding, but I don't think it's the leet algorithm to cause some error.

I haven't even touched base64. I didn't use it and so there was no question of finding errors. See the logs I provided but I did gave a look to your "leet.py" I actually that there is some problem with that.

@Deque I have something else to say. Since most of the encodings don't have descriptions so I would ask that if @noize or @Ex094 allows then I will write up the description for the encodings or I would be overjoyed if they themselves provide the description.

I am sorry to say this but Ex094 has been very inactive lately.

(10-24-2013, 07:01 PM)Deque Wrote:
(10-24-2013, 03:32 PM)noize Wrote: Thanks, Psycho.

I believe it is the base64 algorithm that is giving the problem. Of course, my function is fucking up original cases, this might hurt the encoding, but I don't think it's the leet algorithm to cause some error.

No, it's the leet. The base64Variant throws the error, because it gets a character that isn't recognized. It is no valid base64 string that is given by the leet function, which means it doesn't decode the same as it encodes (note that it got a perfect base64 string but after decoding the same it returned something different, you can see that in the output).



(10-24-2013, 05:31 PM)Psycho_Coder Wrote: I haven't even touched base64.

No, you have used atom128 and zong22 which are base64 variants (same algorithm, same alphabet, but different order of the characters).

I agree with the descriptions. They really should be added.

I've sent a pull request that fixes the bug for that "0"s become "o"s after a leet encode/decode.

I've got no problem for you to write the descriptions of my encodings, but it's sure fair for me to write them myself. I'm doing it tonight.
My Bitcoin address: 1AtxVsSSG2Z8JfjNy9KNFDUN6haeKr7LiP
Give me money by visiting www.google.com here: http://coin-ads.com/6Ol83U

If you want a Bitcoin URL shortener/advertiser, please, use this referral: http://coin-ads.com/register.php?refid=noize

Reply

RE: [HC-Official] Multiencoder (Python) #50
(10-24-2013, 05:31 PM)Psycho_Coder Wrote:
(10-24-2013, 03:32 PM)noize Wrote: Thanks, Psycho.

I believe it is the base64 algorithm that is giving the problem. Of course, my function is fucking up original cases, this might hurt the encoding, but I don't think it's the leet algorithm to cause some error.

I haven't even touched base64. I didn't use it and so there was no question of finding errors. See the logs I provided but I did gave a look to your "leet.py" I actually that there is some problem with that.

@Deque I have something else to say. Since most of the encodings don't have descriptions so I would ask that if @noize or @Ex094 allows then I will write up the description for the encodings or I would be overjoyed if they themselves provide the description.

I am sorry to say this but Ex094 has been very inactive lately.

(10-24-2013, 07:01 PM)Deque Wrote:
(10-24-2013, 03:32 PM)noize Wrote: Thanks, Psycho.

I believe it is the base64 algorithm that is giving the problem. Of course, my function is fucking up original cases, this might hurt the encoding, but I don't think it's the leet algorithm to cause some error.

No, it's the leet. The base64Variant throws the error, because it gets a character that isn't recognized. It is no valid base64 string that is given by the leet function, which means it doesn't decode the same as it encodes (note that it got a perfect base64 string but after decoding the same it returned something different, you can see that in the output).



(10-24-2013, 05:31 PM)Psycho_Coder Wrote: I haven't even touched base64.

No, you have used atom128 and zong22 which are base64 variants (same algorithm, same alphabet, but different order of the characters).

I agree with the descriptions. They really should be added.

I've sent a pull request that fixes the bug for that "0"s become "o"s after a leet encode/decode.

I've got no problem for you to write the descriptions of my encodings, but it's sure fair for me to write them myself. I'm doing it tonight.
My Bitcoin address: 1AtxVsSSG2Z8JfjNy9KNFDUN6haeKr7LiP
Give me money by visiting www.google.com here: http://coin-ads.com/6Ol83U

If you want a Bitcoin URL shortener/advertiser, please, use this referral: http://coin-ads.com/register.php?refid=noize

Reply







Users browsing this thread: 1 Guest(s)