I think this would be extremely helpful for some people who integrate sites.
We could have custom variables.
For example, VBulletin's is:
$hash=MD5(MD5($password)+$salt)
We could have options to switch them around, remove some variables, or have no encryption at all such as
$hash=MD5($password) or
$hash=MD5($password+$salt).
We could also have options to add in SHA1, SHA512s and more...
This would be a great add-on for developers integrating other scripts and languages such as Python, Java, C++ and more. What do you think?