31 std::string
XOREncrypt(
const std::string& password,
const std::string& buffer);
38 std::string
XORDecrypt(
const std::string& password,
const std::string& cipher);
42 std::string m_password{};
43 std::string m_input{};
44 std::string m_output{};
#define NS_ENIGMA_BEGIN
Enable/Disable Assertions.