Enigma 3.2.2
A Simple, Reliable and Efficient Encryption Tool
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Enigma::Constants::Algorithm Namespace Reference

Namespaces

namespace  AES
 
namespace  ChaCha20
 
namespace  CLI
 
namespace  Database
 
namespace  IDEA
 
namespace  TripleDES
 
namespace  Twofish
 

Variables

static constexpr std::size_t MINIMUM_PASSWORD_LENGTH = 6
 
static constexpr char SPECIAL_CHARACTERS [] = R"(!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~)"
 

Variable Documentation

◆ MINIMUM_PASSWORD_LENGTH

constexpr std::size_t Enigma::Constants::Algorithm::MINIMUM_PASSWORD_LENGTH = 6
staticconstexpr

Definition at line 21 of file Constants.hpp.

◆ SPECIAL_CHARACTERS

constexpr char Enigma::Constants::Algorithm::SPECIAL_CHARACTERS[] = R"(!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~)"
staticconstexpr

Definition at line 22 of file Constants.hpp.