Code/Resource Encryption Lib/Program?

I was wondering if there are any good libraries or programs that can encrypt the source code of a program and the resources (images, sounds, 3d models, etc.) of the program as well. I need it to be simple, maybe something to the equivalent of JCE (Java Cryptography Extension).
there are many open source libraries for this like OpenSSL, Libgcrypt, Crypto++, cryptlib and others.. see what will fit your needs.
Thanks
Once the decryption code is compiled inside your program, anyone can use it to decrypt what you want to hide :)
There are one way encryption algorithms. A user (hacker) cannot get back to the original string/data using the hash.
Last edited on
Topic archived. No new replies allowed.