Lock Access to Executable Files on a Windows Machine Easily
If you're new here, you may want to subscribe to my RSS feed. You can also subscribe via Email using the form at the top right of the page.Thanks for visiting!
Security is of utmost importance for many computer users due to a number of reasons, and it becomes even more important to protect sensitive data when your computer is not physically very secure or you have some other users that are using the same machine. If we rule out the discussion related to the physical security then still there are a lot of ways to secure your valuable data on the computer. This is a very large topic and an expert in this domain can easily fill out entire books to cover it in a satisfactory manner but there is no doubt that one of the most effective approaches to secure your data is to use strong encryption.
If you have a lot of data to encrypt then On-the-fly encryption(OTFE) is probably the best solution that allows to encrypt large amounts of data in a container and access is allowed like any other drive on your system when the container is mounted using the software. Best freeware software for this purpose is TrueCrypt that even surpasses all commercial software in this category(that I have seen so far). Latest version also allows system partitions to be encrypted. I have already discussed at great length about it and why it is an essential tool for any security conscious computer user. You can also use file based encryption software and there are too many utilities available under this category on the Internet.
But in some scenarios you are just looking for a simpler and straight-forward solution to just block access to a program (executable) rather than resorting to a full-fledged security solution. Protect Exe is a tiny utility that may come handy in this scenario. It allows to encrypt/protect any Exe file of your choice by assigning a password that will be required if someone attempts to execute the file or program. Two Fish encryption with 256 bit key-length is used to encrypt the exe file so can be absolutely sure about its protection. You can also restore an already encrypted exe file from the interface if a need arises.


This is a simple but effective solution to block access to sensitive programs on a Windows machine. However it should be noted that it is not a complete security solution by any means (and no security software is).
You can download the Protect Exe here.
Related posts
Did you enjoy this post? Why not leave a comment below and continue the conversation, or subscribe to my feed and get articles like this delivered automatically to your feed reader.


















Well this is useful for System admin to prevent installing of softwares.