Will the MD5 cryptographic hash function output be same in all programming languages?

Viewed 6510

I am basically creating an API in php, and one of the parameters that it will accept is an md5 encrypted value. I don't have much knowledge of different programming languages and also about the MD5. So my basic question is, if I am accepting md5 encrypted values, will the value remain same, generated from any programing language like .NET, Java, Perl, Ruby... etc.

Or there would be some limitation or validations for it.

5 Answers
Related