Jump to content

crypt()


etsted

Recommended Posts

You should read the manual page for it, since it's a lot to explain.

The PHP crypt() function takes two arguments: The string you're encrypting and a salt. The function chooses an encryption method based on what methods are available on the server and what salt you provided. The manual page tells you how to format the salt for each different encryption algorithm.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...