Tag Archives: de sécurité

BCRYPT and Random SALTS together in database

I am in the process of upgrading the security level of my site.
When researching for the best method to store passwords i found the BCRYPT option in PHP 5.3. I have implemented this function to use a static SALT,… Continuer la lecture

Tagged , , , , | Laisser un commentaire

Check if uploaded file is of a insecure filetype in php

I have an file upload form and need to run a check on the file uploaded to ensure it isn’t anything that might potentially cause problems on the server (à savoir: executables). The files will primarily be images, but I willContinuer la lecture

Tagged , , , , | Laisser un commentaire

Un certain nombre sûre aléatoire, comme un nombre entier de / dev / random, pour la plateforme Windows?

In my application, I require a function to generate (unpredictably) random values that differ each time when called such as inside a fast loop.
On Linux platforms which is the platform I will release my script (of which shall beContinuer la lecture

Tagged , , , , | Laisser un commentaire

Is there anything wrong with my RESTful implementation?

I have a server application that is providing a Restful API for clients that are written by me. This is what I am doing so far:
1). Provide a login REST URL that allows client to enter user/password (over SSL)… Continuer la lecture

Tagged , , , | Laisser un commentaire

Integrate CRM or Webapp behind Joomla site

Im trying to figure out how to do this but i cant seem to find a solution.
Ive writen a crm/client management software with php/sql and java.
It works ok with it’s own database etc and it’s written from scratch,… Continuer la lecture

Tagged , , , , | 1 Comment

Détruire session PHP

There are lots of pages on stackoverflow about destorying session. Trust me, I have been reading them all and I came across this: Why does my session remain?
My question is simple, is it really true that I need toContinuer la lecture

Tagged , , , | 3 Commentaires

Yii Using mongo DB and MySQL at the same time

I’m staring to build a system for working with native languages, tags and such data in Yii Framework.
I already choose MongoDB for storing my data as I think it feets nicelly and will get better performance with less costsContinuer la lecture

Tagged , , , , | 1 Comment

Ajax Security

We have a heavy Ajax dependent application. What are the good ways of making it sure that the request to server side scripts are not coming through standalone programs and are through an actual user sitting on a browserContinuer la lecture

Tagged , , , | Laisser un commentaire

Secure PHP user authentication using OpenID

My goal is a secure login in system such as stackoverflow uses. I am a newbie but as you have probably seen I have spent all day looking up stackoverflow articles on security. As a result of this research IContinuer la lecture

Tagged , , | Laisser un commentaire

What does it mean to escape a string?

I was reading
I have looked at:
Inserting Escape Characters , ,
Cant escape a string with addcslashes() ,
,
what does mysql_real_escape_string() really do? ,
,
MySQL_real_escape_string not adding slashes? ,
remove escape sequences from string in php IContinuer la lecture

Tagged , , , | Laisser un commentaire
37 pages