Hacker News new | ask | show | jobs
by tomfakes 4772 days ago
Find a good PHP bcrypt library and you'll be ahead of 90% of web sites with your password security. bcrypt is the current Rails best practice password hashing solution.

Stripe is good, as you'll never see credit card numbers, so you'll have no security issues to deal with in that area

1 comments