Top "Hash" questions

A hash function is any well-defined procedure or mathematical function that converts a large amount of data into a small datum, usually a single integer.

What integer hash function are good that accepts an integer hash key?

What integer hash function are good that accepts an integer hash key?

c algorithm hash
Mismatch Detected for 'RuntimeLibrary'

I downloaded and extracted Crypto++ in C:\cryptopp. I used Visual Studio Express 2012 to build all the projects inside (as …

c++ hash compilation sha256 crypto++
How to change Hash values?

I'd like to replace each value in a hash with value.some_method. For example, for given a simple hash: {"…

ruby syntax hash
How to hash a string into 8 digits?

Is there anyway that I can hash a random string into a 8 digit number without implementing any algorithms myself?

python arrays algorithm random hash
What's the safest way to iterate through the keys of a Perl hash?

If I have a Perl hash with a bunch of (key, value) pairs, what is the preferred method of iterating …

perl hash iteration each
Load content of a div on another page

You will see from this code that it loads the content URL from the hash tag. Is there anyway to …

jquery html hash load
Convert a String to a byte array and then back to the original String

Is it possible to convert a string to byte array and then convert it back to the original string in …

java android byte hash arduino
PHP salt and hash SHA256 for login password

I've made encrypting of the password in my register script and they are stored in the database, and I have …

php mysql hash salt sha256
MD5 is 128 bits but why is it 32 characters?

I read some docs about md5, it said that its 128 bits, but why is it 32 characters? I can't compute the …

hash cryptography md5 cryptographic-hash-function
Storing SHA1 hash values in MySQL

I have a simple question which occured when I wanted to store the result of a SHA1 hash in a …

mysql database-design hash sha1