Top "Md5" questions

Cryptographic hash function with a 128-bit (16-byte) hash value.

How to Use SHA1 or MD5 in C#?(Which One is Better in Performance and Security for Authentication)

In C# how we can use SHA1 automatically?Is SHA1 better than MD5?(We use hashing for user name and …

c# .net authentication md5 sha1
Is MD5 still good enough to uniquely identify files?

Is MD5 hashing a file still considered a good enough method to uniquely identify it given all the breaking of …

hash md5
PHP best way to MD5 multi-dimensional array?

What is the best way to generate an MD5 (or any other hash) of a multi-dimensional array? I could easily …

php arrays multidimensional-array hash md5
How to get a MD5 hash from a string in Golang?

This is how I started to get a md5 hash from a string: import "crypto/md5" var original = "my string …

cryptography md5 go
RoR - MD5 generation

How can I encrypt a string with MD5 in Rails 3.0 ? pass = MD5.hexdigest(pass) in a model yields uninitialized constant …

ruby hash md5 digest
PHP Forgot Password Function

I have a small community website and I need to implement some sort of forgotten password function. I currently store …

php security md5 password-recovery
What is currently the most secure one-way encryption algorithm?

As many will know, one-way encryption is a handy way to encrypt user passwords in databases. That way, even the …

algorithm security passwords md5 password-hash
How does MD5Sum algorithm work?

Md5sum is used to check integrity of iso image of say ubuntu.How does it work?

md5
How are hash functions like MD5 unique?

I'm aware that MD5 has had some collisions but this is more of a high-level question about hashing functions. If …

hash theory md5 uniqueidentifier