vote up 0 vote down star

Hi,

Just trying to understand Flickr's API setup, and how secure it really is.

Flickr API

Why do a MD5 hash and not something like AES?

flag

1 Answer

vote up 1 vote down

The hash is strictly a signature, so a one-way hash like MD5 is good enough for their usage. If there's a collision (unlikely but possible) they'll just re-hash.

No need to make it more complicated than it has to be.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.