I'm developing a network API to interact with a legacy server, and I need a little help figuring out which hashing function they're using. The original developers are not particularly responsive to my queries, so I thought that SO might help me out.
This is a low-security, internal corporate network, so the hash isn't complicated. So far, I have determined that plaintext "ashafer" is hashed into 0xfd1873ca
So, I'm trying to identify a simple hash function that turns strings into 32-bit hex numbers. Any ideas?