Hello,

Recently i went mad and opened some exe file in notepad !
(because my net was down)

Obviously all i saw was junk characters.

What should i do?

So i deleted first character on line#15 which was an ascii character.

I saved the file and run that program. As expected it didn't run and throwed error...

"Program too big to fit in memory".

And suddenly an idea striked to me.

I may be able to make an application like file scrambler?

It will "cut" say some 5th character from 100th line and will store it. To descramble file (to make it usuable), it will just open the file and undo the changes. Line number and character will be random. Nobody on earth will be able to run that exe unless and untill the changes are undone (which only this application do).

Guys/gals, i want your opinions/suggestions/critics/ on this idea.