This tutorial lets you know how to protect the contents of your website from being copied by the leach programs. It will be an ideal tool for webmasters, since their work will be protected. The source code for this is available on the website which may be used by anyone who is bothered about the security of their website contents....
This is a tutorial with which you will be taught to protect the PHP scripts on your website with the HTTP authorization. It also discusses about the method of using PHP to verify a username and password pair sent by the user. The source code is provided on the website for your use. You can use it on your website to protect the contents of your website.... Tags: password, protect, website, code, using, scripts, source, sourcecode, tutorial, verify, for, contents, method,
This is a tutorial class with which you will be able to protect the PHP codes on your website from being copied by unauthorised persons. It discusses in detail how the codes and data for forms, user submissions, members area and your database can be protected from hackers. Each method is explained elaborately and demonstrated with examples so that they could be understood by anyone very quickly and easily....
This tutorial guides you to protect your files by assigning password. From this tutorial you can provide security to your files without using MySQL database. The security is provided by splitting the code into three "if else" functions. You can also make users redirect to their page if you want. This tutorial gives you an idea of using header and footer. This is very useful article for the webmasters and also the freshers....
This is an article to study about basic and most common web based encryption, they are Asymmetric key-based algorithms- this uses one key to encrypt and another to decrypt, Symmetric key-based algorithms - chunked data is encrypted and Hashing, or creating a digital summary of a string or file- to store passwords on a system. This tutorial is very useful for everyone to keep their special information safe in the database and restrict access.... Tags: database, web, data, digital, information, encrypt, creating, safe, key, passwords, store, basic, restrict, study, tutorial, encrypted, string, for, useful, webbased, special,
You want to secure your pages on www from the intruders?, this is a tutorial made for you. This tutorial describes how to provide security with session using PHP. The security can be assessed by creating a data structure, constructing a login page, make an include file and then you can provide security to your files. From this article you will have a fool-proof and simple method to protect your files....
This tutorial is about detecting the malicious activities on your website. This can be identified by creating a logging system. The malicious activities can be detected by two forms, one is manually and the other is by analyzing the users input. This tutorial describes four level of events. This tutorial is useful for the administrators and the webmasters to detect the malicious activities on their websites....
This is an essential tutorial for every webmaster which helps them to find the solution for protecting certain website area from hackers with the help of PHP session login program. This tutorial allows the users to provide login section on their websites on which the visitors have to use their username and password for further operation. For quick reference example has been given and for running test program sample source file is also given.... Tags: file, password, program, website, find, help, test, source, quick, area, tutorial, login, reference, solution, protecting, websites, sample, for, users, session,
Franciscocharrua's Secure Sockets Layer is an aritcle by which you can learn about SSL and its usage in securing the web services. In this article the author has also provided his valuable tips and guide lines in implementing SSL on webservers. You can gain knowledge on SSL, how to generate an SSL certificate, how to install them on your apache server etc., This is an useful article for all webmasters who needs to protect their online applications....
This article will guide you through writing secure PHP code and covers many of the common security pitfalls one will encounter while making php applications. Covers things such as register globals, SQL injection, include files, and demonstrates how to protect against those kind of attacks. Anyone new to PHP, and even some more experianced people, should read this before deploying thier application....
Connecting to a database requires that passwords be included in the script at some point. This information maybe exposed if you do not wrap your PHP scripts. Protecting your scripts from prying eyes is called "wrapping." When you wrap a script, it is called by another script thathides your script and performs a number of security checks to ensure only authorized use is made of it. This article covers how to use a script wrapper....
This tutorial explains how to safely hide away PDF files from public access using htaccess, but then having a PHP file run its own authorization to allow access to the file without the Network Password dialog box. The PDF file will be displayed in the browser (if the user has acrobat reader) or promoted to download the pdf file if the user doesn`t have acrobat reader. This is perfect for when you want to restrict PDF files to authorized eyes only. This simple to use tutorial will have you up and running in a few minutes, one page of info with full source code, and working examples....
Protect your PHP Scripts using the most efficient method: HTTP Authorization, as implemented in PHP. Using this tutorial, you`ll learn how easy it is....
This article demostrates an easy way to maintain sessions and security (or authorization) in PHP. It does NOT use the PHP built in session support. The following method will allow you to easily secure any PHP page by simply including a file at the top of every page. In this tutorial you will: a) Create your database structure; b) Create a login page; c) Create your security check include file; d) Secure your site.
Update: I fixed a couple of bugs in the article. Thanks for the feedback
Update to the update: I have fixed the article text to include the code that was missing due to the previous update....
Learn how to super protect your files without the use of mySQL. This tutorial will help you learn how to password protect your file quickly and easily in a few lines of code....
SSL is an internet security protocol. When a web server sends out content through HTTPS, this one gets encrypted so that only the client making the request can read it....