Jump to content
xisto Community
redgreen

How To Make Your Php Code Secure.

Recommended Posts

What do you mean by secure ?If you mean secure the informations , so you can use md5 for the stored passwords , credit cards ..etc.and if you mean login secure , you can use a captcha system , try recaptchaIf you meant other things , just give us more details

Share this post


Link to post
Share on other sites

I believe redgreen is requesting information on SSL. This is something I am unfamiliar with, but nevertheless certain that this is what redgreen is asking about since I too have asked myself those same questions too.

Share this post


Link to post
Share on other sites

I'm unfamiliar with SSL too, but I think you will need OpenSSL or similar on your host and I'm not sure if your domain also need to be able to direct https:// like connections.
For your PHP script you will need to use OpenSSL functions, which I've never used.
So first, check if your host has OpenSSL installed. Best way is trough phpinfo() If you pay a hosting service, ask the administrator, if you host it yourself, I'm sure download it and install it.
Once you're sure you have SSL support in the server, study those PHP functions I linked above. I guess you' can do it that way.

Share this post


Link to post
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...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.