Hello! I am wondering about the different pros and cons of using crypt() or Digest:SHA1. I have seen both and know how to use both, but I am wondering which is more secure. Any help will be useful.
You dont have to use crypt() for passwords. You can use anything you want. But dont use crypt() for anything besides username/password authentication. If you're transmitting sensitive data over the internet you will also want to use HTTPS instead of HTTP.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.