Escape string before hashing?

oigmax

New Member
Simple question: Do I need to escape a string before hashing it, in other words, let's say a users password is "SF$@#$@#" do I need to escape that string before hashing it with PHP hash?The answer is: no.
 
Back
Top