27 bool m_digits{}, m_uppercase_alphabets{}, m_lowercase_alphabets{}, m_special_characters{};
29 std::string m_length{
"16"};
30 std::string m_password{};
31 std::string m_remember_password_sentence{};
32 inline static const std::unordered_map<char, std::string_view> m_remember_password_char_words
#define NS_ENIGMA_BEGIN
Enable/Disable Assertions.