¡@

Home 

php Programming Glossary: securing

AJAX only access

http://stackoverflow.com/questions/1393904/ajax-only-access

headers can be spoofed quite easily and are not a means of securing code. In my testing on a busy site a while back i noticed that..

How to hash long passwords (>72 characters) with blowfish

http://stackoverflow.com/questions/16594613/how-to-hash-long-passwords-72-characters-with-blowfish

you're trying to prevent is going to happen. Focus on securing the rest of the site. And add a password entropy meter to the..

Using PHP/Apache to restrict access to static files (html, css, img, etc)

http://stackoverflow.com/questions/2187200/using-php-apache-to-restrict-access-to-static-files-html-css-img-etc

Htmlentities vs addslashes vs mysqli_real_escape_string

http://stackoverflow.com/questions/2214244/htmlentities-vs-addslashes-vs-mysqli-real-escape-string

mysqli_real_escape_string I've been doing some reading on securing PHP applications and it seems to me that mysqli_real_escape_string..

Help securing files access with htaccess and php?

http://stackoverflow.com/questions/2573496/help-securing-files-access-with-htaccess-and-php

securing files access with htaccess and php I'm working on a site that..

Suggestions for (semi) securing high-scores in Flash/PHP game

http://stackoverflow.com/questions/303255/suggestions-for-semi-securing-high-scores-in-flash-php-game

for semi securing high scores in Flash PHP game ...I have read a few threads..

Best way to connect to mysql with php securely

http://stackoverflow.com/questions/3710511/best-way-to-connect-to-mysql-with-php-securely

into a configuration file. Then leave administration and securing that configuration file up to your system administrators. That..

Allow users to download files outside webroot

http://stackoverflow.com/questions/3884677/allow-users-to-download-files-outside-webroot

sometimes it's the only alternative. It also needs proper securing to prevent an attacker from getting other files on your server..

How can I scrape a website with invalid HTML

http://stackoverflow.com/questions/3893375/how-can-i-scrape-a-website-with-invalid-html

that. I tried HTMLPurifier but that just seems to be for securing user input since it completely removes the doctype head and..

Securing a javascript client with hmac

http://stackoverflow.com/questions/4252208/securing-a-javascript-client-with-hmac

or letting it fall into the wrong hands This method for securing a client server application looks promising http abhinavsingh.com..

How to communicate between PHP and WCF securely

http://stackoverflow.com/questions/5021481/how-to-communicate-between-php-and-wcf-securely

to your WCF server with SOAP So WCF has 2 ways of securing things at the Transport level or at the Message level. Basically..

What encryption algorithm is best for encrypting cookies?

http://stackoverflow.com/questions/606179/what-encryption-algorithm-is-best-for-encrypting-cookies

or less It must be secure but it's not like we're securing banking transactions We need to be able to decrypt the information..

securing a REST API accessible from Android

http://stackoverflow.com/questions/7631025/securing-a-rest-api-accessible-from-android

a REST API accessible from Android We're building a game for..

PHP/SQL Database querying good practice and security

http://stackoverflow.com/questions/826981/php-sql-database-querying-good-practice-and-security

however I am still relatively n00bish when it comes to securing my applications. In the way that I don't really know everything..

securing connection to php server

http://stackoverflow.com/questions/8670312/securing-connection-to-php-server

connection to php server I have following scenario The Android..

How to best store user information and user login and password

http://stackoverflow.com/questions/947618/how-to-best-store-user-information-and-user-login-and-password

Note To clarify my post I understand the techniques of securing the password hash salt etc . I just know that if I'm following..

How to secure database passwords in PHP?

http://stackoverflow.com/questions/97984/how-to-secure-database-passwords-in-php

into a configuration file. Then leave administration and securing that configuration file up to your system administrators. That..