I would like to display a user profile picture in a website... from the database i see that i can do that using the following tables:
ow_base_user <--> ow_base_avatar <--> ow_photo
the problem is there is a hash which is probably representing the picture url...if my guess is correct, which cryptographic hash are you using to decrypt it ?
Thank you !