Enigma  3.2.0
A Simple, Reliable and Efficient Encryption Tool
Enigma::Constants::Algorithm Namespace Reference

Namespaces

 AES
 
 ChaCha20
 
 CLI
 
 Database
 
 IDEA
 
 TripleDES
 
 Twofish
 

Variables

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

Variable Documentation

◆ MINIMUM_PASSWORD_LENGTH

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

Definition at line 21 of file Constants.hpp.

◆ SPECIAL_CHARACTERS

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

Definition at line 22 of file Constants.hpp.