JustasMasiulis / xorstr

heavily vectorized c++17 compile time string encryption.
Apache License 2.0
1.19k stars 193 forks source link

Save the keys in the xor string type definition #8

Closed JustasMasiulis closed 5 years ago

JustasMasiulis commented 5 years ago

This is a solution for the buggy compile time key generation using TIME or FILE for seeds that seemingly change during compilation and may cause unwanted results.

JustasMasiulis commented 5 years ago

fixed in #12 - key generation now uses __TIME__ again and shouldn't cause issues now