Banning IPs using .htaccess

One of the many features the file .htaccess provides for a website is the ability to ban IP addresses or ranges of IP addresses from accessing it. This could be useful when a spambot, scrapper …

An Online Tool to Generate The MD5 of Text

I've created a web based MD5 generator for text. MD5 is a widely used cryptographic hash function that can be used to check the integrity of data. If the data is changed the hash value …