Password stored in Bluebox user database is 'qwerty' by encripted as 832f60f1a4b853f4da205aa72b182e5122a372e307649db973
Which method, Bluebox Technologies uses to encrypt 'user' table 'password'
I have used 'base64_encode' or md5 method, but not get currect answer.
Example: Php output --
URL Containing Password : qwerty
URL Containing Password (use Encrypt base64_encode): cXdlcnR5
URL Containing Password (use Encrypt md5): d8578edf8458ce06fbc5bb76a58c5ca4
Bluebox Password (select `user`.`password` from `user` ;;; Bluebox database): 832f60f1a4b853f4da205aa72b182e5122a372e307649db973
Please help me to solve this problem.
Thanks,
Susanta Roy

