▲ 1 ▼ C++ AES-256 encryption at compile-time (github.com) submitted 3 years ago by MarekKnapek@programming.dev to c/cpp@programming.dev comment fedilink hide all child comments 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
no comments (yet)