How to find algorithm?

Stuff that don´t fit in the other categories.
Post Reply
User avatar
f4Gg0t_43
Fame ! Where are the chicks?!
Fame ! Where are the chicks?!
Posts: 245
Joined: 13 Sep 2008, 16:00
15
Contact:

How to find algorithm?

Post by f4Gg0t_43 »

I'm wondering if there is a program that would find an algorithm for me. For example, 920219 turns into 53Td2cZ, 920220 turns into s79dhaz. I could also write a program like this but I don't know where to start. Please help, sorry if bad description.

User avatar
moudy
Technology Enthusiast
Technology Enthusiast
Posts: 688
Joined: 10 Feb 2009, 17:00
15
Location: Beirut, Lebanon

Post by moudy »

You can actually learn python.
Its a very easy to learn language, well documented, and you can almost do any thing with it.
mahmoud_shihab@hotmail.com

User avatar
leetnigga
Fame ! Where are the chicks?!
Fame ! Where are the chicks?!
Posts: 447
Joined: 28 Jul 2009, 16:00
14

Post by leetnigga »

moudy wrote:You can actually learn python.
Its a very easy to learn language, well documented, and you can almost do any thing with it.
But it doesn't teach you cryptanalysis.

Is the length of the input always 6 and the length of the output always 7? Are you sure that the input is the only factor involved in producing the output? Does the same input always yield the same output? Where are you getting these numbers from?

User avatar
moudy
Technology Enthusiast
Technology Enthusiast
Posts: 688
Joined: 10 Feb 2009, 17:00
15
Location: Beirut, Lebanon

Post by moudy »

oh
I didn't put cryptanalysis in mind, I over looked this part of the question.
Other members might be of better help :)
mahmoud_shihab@hotmail.com

User avatar
f4Gg0t_43
Fame ! Where are the chicks?!
Fame ! Where are the chicks?!
Posts: 245
Joined: 13 Sep 2008, 16:00
15
Contact:

Post by f4Gg0t_43 »

leetnigga wrote:
moudy wrote:You can actually learn python.
Its a very easy to learn language, well documented, and you can almost do any thing with it.
But it doesn't teach you cryptanalysis.

Is the length of the input always 6 and the length of the output always 7? Are you sure that the input is the only factor involved in producing the output? Does the same input always yield the same output? Where are you getting these numbers from?
Always 6, and I'm always getting 7. The same for each number.

It is a captcha image that I'm trying to break, when you view the image, the URL ends in

draw.php?captcha_id=921710&seed=1249844174

but if you take away the &seed=1249844174, or change the value of it, the outcome is the same, so I think it has nothing to do with it.

User avatar
leetnigga
Fame ! Where are the chicks?!
Fame ! Where are the chicks?!
Posts: 447
Joined: 28 Jul 2009, 16:00
14

Post by leetnigga »

CAPTCHA cracking is very difficult. It's unlikely that with just those numbers you're going to be able to work out the algorithm.

A more feasible approach is optical character recognition, writing a script to try to read the text from the image.

Can you post a few example images in this thread with their corresponding numbers and PM me a link to the site?

I might be able to help. I'll take a shot at the numbers, and if that doesn't work I'll look at OCR.

User avatar
f4Gg0t_43
Fame ! Where are the chicks?!
Fame ! Where are the chicks?!
Posts: 245
Joined: 13 Sep 2008, 16:00
15
Contact:

Post by f4Gg0t_43 »

I was thinking about OCR too, but a lot of the background pixels match the character pixels in color so it might be difficult. Here are some examples:

Image
Image
Image

User avatar
leetnigga
Fame ! Where are the chicks?!
Fame ! Where are the chicks?!
Posts: 447
Joined: 28 Jul 2009, 16:00
14

Post by leetnigga »

Those look pretty tough indeed. Send me the link so I can look at the numbers.

User avatar
f4Gg0t_43
Fame ! Where are the chicks?!
Fame ! Where are the chicks?!
Posts: 245
Joined: 13 Sep 2008, 16:00
15
Contact:

Post by f4Gg0t_43 »

http://www.newgrounds.com/join/

Every time you refresh that join page, a new captcha is created, and the URL of it is incremented by 1. But if you try to view an image that hasn't been generated it's blank, like for example http://www.newgrounds.com/captcha/draw. ... id=1000000

Post Reply