Browsing the archives for the Articles category

Web Spidering

No Comments
PHP Tutorials, Security Articles

Spidering, in its simplest form is the act of transferring data from one database to another. Spidering requires the use of Regular Expressions, the cURL library (if POST data or cookies are used), and the cron libraries (if we need to download information with a schedule).

Password Encryption, Hashing, Salting Explained

1 Comment
Security Articles

Renowned Media has had several questions about password security, one way encryption, password hashes, salting hashes (not a food reference I swear!), the risks of having a database hacked, and the like. This non-technical article will go into detail about these concepts, and will contain a few examples but will not contain any code. Feel free to apply these concepts with any programming language you please.

Pagerank and higher search engine rankings explained

1 Comment
SEO Articles

Introduction People ask us all the time, how does Search Engine Optimization (SEO) work, what is Pagerank (or Alexa / Compete), and what can I do to get my website on the first page of a Google result? This blog post will attempt to explain as much of this process as we can. There is a complex [...]

PageRank sculpting

No Comments
SEO Articles

Here is a good article about Google PageRank and some general SEO techniques… The best way to increase your PR of a site (and boost your organic search results) is to have many people link to you. But, what happens when you link to too many people? Read on… PageRank sculpting

Running an Exploit Against a Server

No Comments
Security Articles

This paper was originally written as an assignment for college. The objective was to hack into a supplied Linux server and gain root access. By typing the ip address of the server into a browser window, you are greeted with a default web server installation page. Reading some of the content reveals that the distribuion of [...]

Data Hiding in a Word Document

No Comments
Security Articles

Originally written as a homework assignment in college. The object of the assignment was to hide data inside of a word document. The Microsoft Word version that I used is 2007 as that is the version that I own. Several months I read an article about Microsoft’s attempt to turn its new .docx format into an open [...]