Posts Tagged encryption

Neat Windows Tools

Most of these tools have a computer security slant, some cannot be classified under any other term than ‘hacking tools’, so be careful when running them, especially if you don’t know what they do. Tools that interact with a network in a potentially dangerous way are marked with ‘D’. Read the rest of this entry »

, , , , , , , ,

1 Comment

Steganography in PHP (!)

What? Am I insane? Officially, yes, but that’s not important. This is a PHP script that can hide files in images. It takes a JPG and converts to PNG. It requires GDlib and is almost totally pointless. Read the rest of this entry »

, , , , ,

5 Comments

Small PHP Tools

Here I present various online web applications that you can use from your browser. In most cases, PHP source code is provided.

If there’s an app here that you want the source to, email me. Read the rest of this entry »

, , , ,

No Comments

Free PHP Scripts / Web Projects

Various PHP projects of mine, with free GPL source code.

Mostly, these are small PHP/mySQL applications that provide an equally small piece of functionality. Source code is available under the GPL in most cases. Read the rest of this entry »

, , , , , ,

No Comments

Simple PHP Password Protection

A simple PHP script that offers easy to install, secure website password protection for any kind of server. Offers quite a few optional features, like logging incorrect login attempts, brute force protection etc, but still remains very simple to implement.
Read the rest of this entry »

, , , , , ,

15 Comments