Jump to content

[md5] any way to do that?


nico666
 Share

Recommended Posts

Ok guys. I saw some program / website for find the original text of one hashed in md5.

Then I thought about one program wich use bruteforce and take the md5 of a, b, c , aaaz, etc etc...

and write them like that in a .txt:

a = 0cc175b9c0f1b6a831c399e269772661

b = 92eb5ffee6ae2fec3ad71c777531578f

c = 4a8a08f09d37b73795649038408b5f33

d = 8277e0910d750195b448797616e091ad

...

It is possible to do?

Link to comment
Share on other sites

  • Developers

Ok guys. I saw some program / website for find the original text of one hashed in md5.

Then I thought about one program wich use bruteforce and take the md5 of a, b, c , aaaz, etc etc...

and write them like that in a .txt:

a = 0cc175b9c0f1b6a831c399e269772661

b = 92eb5ffee6ae2fec3ad71c777531578f

c = 4a8a08f09d37b73795649038408b5f33

d = 8277e0910d750195b448797616e091ad

...

It is possible to do?

I am lost ... care to share your true goal here ?

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

Link to comment
Share on other sites

for exemple: http://www.autoitscript.com/forum/index.ph...5934&hl=md5

I found that. It's nice and that works. But do a brute force attack for each md5 hash can be very very long.

Then if we write each md5 hash in a txt , we will just have to press CTRL+F and past the md5 and we will have the code ;)

( Exemple: in a txt we will press : CTRL+F, past: 8277e0910d750195b448797616e091ad , and we will find this:

d = 8277e0910d750195b448797616e091ad)

Link to comment
Share on other sites

  • Developers

for exemple: http://www.autoitscript.com/forum/index.ph...5934&hl=md5

I found that. It's nice and that works. But do a brute force attack for each md5 hash can be very very long.

Then if we write each md5 hash in a txt , we will just have to press CTRL+F and past the md5 and we will have the code ;)

( Exemple: in a txt we will press : CTRL+F, past: 8277e0910d750195b448797616e091ad , and we will find this:

d = 8277e0910d750195b448797616e091ad)

MD5 is a HASH ... not the actual file content ..

Its a way to check if the file content was altered .....

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

Link to comment
Share on other sites

  • Developers

eheh ;) not just that. It can hash passwords to (a)

yes ... you can HASH anything ........and your point ?

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...