Tagged Questions

3
votes
10answers
173 views

Can two different strings generate the same MD5 hash code?

For each of our binary assets we generate a MD5 hash. This is used to check whether a certain binary asset is already in our application. But is it possible that two different bina …
1
vote
4answers
33 views

Check a field in MySql from a php md5 string

hello all! I'm trying to validate a pair of data columns on mysql from my php page across md5 function. I've encrypted the string "helloworld" with php md5 function and attempted t …
2
votes
8answers
163 views

How to detect whether two files are identical in Python

Is making system call to "md5sum file1" and "md5sum file2" and compare two return values enough in this case?
1
vote
3answers
51 views

How to use sha1 in C# ( SHA1 better or Md5 )

In C# how we can use sha1 automatically ? and sha1 is better or md5 ? we use hashing for user name and password and need speed for authentication .
1
vote
9answers
165 views

Is there any point encrypting passwords with more than md5?

I am not a security expert... so I might be very wrong here. Am I right in that the only advantage to using a stronger algorithm is to slow down password cracking? In which case …
5
votes
7answers
157 views

What is hash exactly?

Hi, I am learning MD5. I found a term 'hash' in most description of MD5. I googled 'hash', but I could not find exact term of 'hash' in computer programming. Why are we using 'h …
0
votes
1answer
29 views

how to use md5() and crypt() together in php and msyql

Hello, I want to use md5() and crypt() together in php login authentication. I tried to use md5(crypt(string),salt); but i can't login in mysql. Does anyone know how to use th …
2
votes
6answers
90 views

What is the probability that the first 4 bytes of MD5 hash computed from file contents will collide?

This is a combinatorics question with some theory in hashing algorithms required. Let's say the input can be any random sequence of bytes 30 kB to 5 MB of size (I guess that makes …
2
votes
5answers
105 views

Is there a way to test if a string is an MD5 hash?

I am trying to input a text file that contains MD5 hashes and keywords (one per line) into a C# app. Is there a way to check if a string is an MD5 hash? I looked on MSDN and coul …
0
votes
1answer
24 views

Help with DOS script (grab specific data from a file)

Hey Guys, I need to grab just the md5 value from a file and make it a variable which I can use to compare to another md5 value. The problem is this file looks like this: a7393f7 …
0
votes
5answers
86 views

Make md5 strong

Im making a website that will intergrate with game that only support md5 hashing metod (atm). Which ofc is not especially safe anymore. But how could i make it stronger? Should I j …
0
votes
2answers
55 views

There any way to differentiate a md5 of a sha-1 ?

Hi, i want to know if exist a way to differentiate a md5 hashcode of a sha-1 hashcode? For example: d41d8cd98f00b204e9800998ecf8427e da39a3ee5e6b4b0d3255bfef95601890afd80709 Ho …
0
votes
1answer
46 views

padding in md5 hashing algorithm

Hi all, i would like to know padding process in md5 algorithm detail.
3
votes
2answers
186 views

MD5 implementation in PHP - where am I going wrong?

I know that this might be a long stretch, but could someone possibly tell me where my current implementation of the MD5 algorithm in PHP is going wrong? I just can't seem to work o …
0
votes
1answer
14 views

question on MD5 state variables.

Hi, I am studying MD5 algorithm. I found out that there are four state variables (I am not sure what that means). Those variables are 0x67452301 , 0xEFCDAB89, 0x98BADCFE, and 0x10 …

1 2 3 4 5 11 next
15 30 50 per page