Scripts n'Stuffs
Directory

Subscribe to this category

Top > PHP > Tips and Tutorials > Security  

Web Links
Sort By :
11. Protecting PHP Scripts with HTTP Authentication



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.
Category:   PHP > Tips and Tutorials > Security

Date Added: Jun 30, 2006 Hits: 2 Rating: 0.00 Votes: 0
Pick
Member Reviews Visitor Ratings

12. How to protect PDF files using PHP



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.
Category:   PHP > Tips and Tutorials > Security

Date Added: Jun 30, 2006 Hits: 7 Rating: 0.00 Votes: 0
Pick
Member Reviews Visitor Ratings

13. Encryption Tutorial



This article describes the why and how of real-life data encryption, covering PGP and GnuPG, and using PHP and the mcrypt and mhash libraries.
Category:   PHP > Tips and Tutorials > Security

Date Added: Jun 30, 2006 Hits: 7 Rating: 0.00 Votes: 0
Pick
Member Reviews Visitor Ratings

14. Running PHP Scripts Securely



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.
Category:   PHP > Tips and Tutorials > Security

Date Added: Jun 30, 2006 Hits: 4 Rating: 0.00 Votes: 0
Pick
Member Reviews Visitor Ratings

Pages:   2 


Home      New Listings      Hot Listings      Top Rated      Editor Pick      Add a Listing      Update a Listing      Get Rated
Copyright © 2006 SCRIPTSANDSTUFFS.COM. All Rights Reserved. Powered by INDEXU 5.2.0
Valid XHTML 1.0 Transitional   Valid CSS