Program 4 auto-Serials and encryption
A while back I came across a program that auto-matilly encrypted the code of a program and you could give it out with serials....
Can anyone tell me what program it was? I forgot the name...
+Thanks +Rep
1. its "automatically"
2. I believe you can encrypt a binary file using any encryption mechanism, and just pass the key to the encryption with it. Since the code wont even be in executable format without being decrypted, it achieves the same effect as what your looking for.