C++ AES-256 encryption at compile-time

Open link in next tab

GitHub - MarekKnapek/mk_clib: My C stuff.

https://github.com/MarekKnapek/mk_clib#constexpr-aes-256-encryption-and-run-time-decryption

My C stuff. Contribute to MarekKnapek/mk_clib development by creating an account on GitHub.

GitHub - MarekKnapek/mk_clib: My C stuff.

Do you want to encrypt something and include it into your application? Don't want to use pre-build step? Encrypt it at compile-time! Decrypt it at run-time, assuming end-user knows the key or password. Plain-text is not stored inside your binary file. https://github.com/MarekKnapek/mk_clib#constexpr-aes-256-encryption-and-run-time-decryption