A Virus Program to Restart the Computer
In this post, I will show you how to create a virus to restart the computer at every startup. That is, upon infection, the computer will get restarted every time the system is booted. As a result, the...
View ArticleHow to Create a Virus to Block Websites
Most of us are familiar with the virus that used to block Orkut and Youtube websites. If you are curious about creating such a virus on your own, here is how it can be done. As usual I am using my...
View ArticleWhat is Secure Sockets Layer (SSL) and How it Works
Secure Sockets Layer (SSL) is the most widely used technology for providing a secure communication between the web client and the web server. Most of us are familiar with many sites such as Gmail,...
View ArticleHow to Make a Trojan Horse
Most of you may be curious to know about how to make a Trojan or Virus on your own. Well, here is an answer to your curiosity. In this, post I’ll show you how to make a simple trojan on your own using...
View ArticleHow to Compile C Programs
In many of my previous posts especially in the Programming section, I have used C as the programming language for writing the programs. If you’re new to C programming and find it difficult to compile...
View ArticleA Virus Program to Disable USB Ports
In this post, I will show how to create a simple virus that disables the USB ports on the computer (PC). As usual, I am using my favorite C programming language to create this virus. Anyone with a...
View ArticleWhat is MD5 Hash and How to Use it
In this post, I will discuss about one of the interesting cryptographic algorithm called MD5 in a very simple and easy to follow manner. In addition to understanding what is MD5 hash, you will also...
View ArticleHow Windows Product Activation (WPA) Works?
Windows Product Activation or WPA is a license validation procedure introduced by Microsoft Corporation in all versions of its Windows operating system. WPA was first introduced in Windows XP and...
View ArticleHide Data in Image, Audio and Video Files: Steganography
Ever wondered to know how to hide secret data in image, audio and video files? Well, in this post I will take you through a concept called steganography using which, it is possible to hide your secret...
View ArticleWays to Encrypt Data to Store in Cloud
For very many people, security is one of the most important issues when it gets to sending their files into the cloud. They worry that their files will be seen or even compromised by other persons...
View Article