When developing web applications in PHP (or any other languages for that matter) there are several security aspects we should consider. In this article I'll try to explain some of the most common security flaws, and show simple ways to secure your site.
ANG
GES
G
P
J4L Barcode for Javascript is a set of scripts that create barcodes. The barcodes will be created in the client (browser), there is no need for pr ...
ANG
GES
G
P
Diese Klasse implementiert eine sicheres Blockverschlüsselungsverfahren, dass im "Output feedback mode" arbeitet ohne die mcrypt-Bibliothek ausko ...
ANG
GES
G
P
Eine Loginverwaltung, die möglichst ohne Eingriff des Webmasters funktioniert. Nicht "ready to run" sondern eine schrittweise Anleitung, um das Z ...
ANG
GES
G
P
Wieder mal was Neues aber alte Geschichte (-:
Eine Userregistrierung und Login . Es ist
eine Erweiterung meines LoginPass V.1 .
Die Userdaten w ...
ANG
GES
G
P
Mit unserem Script CP::PERSOCHECK wird die Personalausweisnummer und das Alter eines Users überprüft.
Bei korrekter Eingabe, wird der User weit ...
ANG
GES
G
P
Ein einfaches Login-Script. Arbeitet mit Session-ID's und verhindert so, dass die Daten vor unbefugten nicht einsehbar sind.
ANG
GES
G
P
The way to secure PHP scripts is through a carefully selected combination of configuration settings and safe programming practices. Based on the v ...
