Home » MySQL »PHP

MD5 and SHA1 “Decrypting” with PHP / MySQL

30th
Jun
mysql icon

In this reference we’re going to look at how to “decrypt” (or more accurately “collide”) MD5 and SHA1 hashes by creating a resource of pre-hashed words.

SQL Injections: Introduction with PHP/MySQL

29th
Jun
php icon

Providing you know SQL you can perform SQL injections on websites that perform unescaped queries. In this reference we’ll use a hands on approach and start by performing our own basic injections based on website user input and then looking into prevention methods.