I am trying to develop an encryption program that enables user to decrypt files without installing the program to computer.
I asked and people give me this answer: We need to encrypt files as .exe, I mean we need to write a binder code that makes two files(.exe and encrypted file) as one file.
How can I write a code that does this? Is there any sample code?
I think, it should be like self extractor. In the market, there are encryption programs that has this option: Encryp to exe.
I asked and people give me this answer: We need to encrypt files as .exe, I mean we need to write a binder code that makes two files(.exe and encrypted file) as one file.
How can I write a code that does this? Is there any sample code?
I think, it should be like self extractor. In the market, there are encryption programs that has this option: Encryp to exe.
Comment