security - Embed secure layer into .EXE using C++ -


i started project friend of me , wanted create security application windows using c++. decided create program "lock" executable.

we found useful if send program else, store safely on usb/disk , learn more executables. program imbed 'host' executable , encrypt programs binary. then, when program launched, our imbedded program asks password , unlocks/decrypts without need of original program, unlock on computer without needing original program.

here question: "how embed security layer existing program?" , "is possible?".

also, if such program exists, can possibly find it?

thanks in advance!


Comments

Popular posts from this blog

'hasOwnProperty' in javascript -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -

How to understand 2 main() functions after using uftrace to profile the C++ program? -