Salt and a SHA1 is generally what I use. It's secure and if your data is compromised it will take a very long time to crack.
A random salt is your best bet including extra information such as a user name, e.g. e.g.:
"salt:password:username". salt:password:username"
This makes rainbow tables unfeasible.
