Some good links on securing your website:
Open Web Application Security Project (OWASP)
Chris Shiflett's Blog
Google Code University
Writing Secure PHP
OWASP's PHP Security Cheat Sheet
PHP and Security Links
Page 1 of 113 Replies - 25224 Views - Last Post: 31 October 2015 - 07:38 AM
Replies To: PHP and Security Links
#2
Re: PHP and Security Links
Posted 11 July 2011 - 01:32 AM
Already know about first three..
4th one is new to me.
Thanks for Share
4th one is new to me.
Thanks for Share
#3
Re: PHP and Security Links
Posted 03 August 2011 - 01:27 AM
Thank you,to share file
#4
Re: PHP and Security Links
Posted 09 September 2011 - 08:19 AM
thank you for sharing
#5
Re: PHP and Security Links
Posted 18 October 2011 - 06:08 PM
#6
Re: PHP and Security Links
Posted 07 April 2012 - 03:24 AM
An excellent blog post on the state of password hashing today. The use of GPUs in cracking passwords has made breaking hashes to get user passwords too easy. Highlights/important take-aways:
PHP developers should look to the phpass library for a bcrypt implementation.
Quote
Make sure all your passwords are 12 characters or more, ideally a lot more. I recommend adopting pass phrases, which are not only a lot easier to remember than passwords (if not type) but also ridiculously secure against brute forcing purely due to their length.
Quote
Use bcrypt or PBKDF2 exclusively to hash anything you need to be secure. These new hashes were specifically designed to be difficult to implement on GPUs. Do not use any other form of hash. Almost every other popular hashing scheme is vulnerable to brute forcing by arrays of commodity GPUs, which only get faster and more parallel and easier to program for every year.
PHP developers should look to the phpass library for a bcrypt implementation.
#9
Re: PHP and Security Links
Posted 24 September 2012 - 03:32 AM
Hi JackOfAllTrades,
Great share as today there is a more chances of hacking our website by hackers any time so for preventing to hack our business website - we have to make it secure. And these are the most important resources to learn new things and ideas about how to secure your website?
Great share as today there is a more chances of hacking our website by hackers any time so for preventing to hack our business website - we have to make it secure. And these are the most important resources to learn new things and ideas about how to secure your website?
#10
Re: PHP and Security Links
Posted 10 June 2013 - 02:59 AM
Update: Now recommending the use of password_compat for PHP password hashing as it's forward-compatible with the upcoming PHP 5.5 release. Here is a video on password hashing by the author of this library:
Password Hashing in PHP
Password Hashing in PHP
#11
Re: PHP and Security Links
Posted 11 February 2014 - 05:38 AM
#12
Re: PHP and Security Links
Posted 24 December 2014 - 05:56 AM
Thanks for sharing the links with us its very useful to everyone.
#14
Re: PHP and Security Links
Posted 31 October 2015 - 07:38 AM
thank you for share this valuable information
Page 1 of 1

New Topic/Question
Reply



MultiQuote





|