Classes | Namespaces | Enumerations

yapet/pwgen/charpool.h File Reference

Go to the source code of this file.

Classes

class  YAPET::PWGEN::CharacterPool
 Generate character pools. More...

Namespaces

namespace  YAPET
 

Namespace for cryptographic stuff.


namespace  YAPET::PWGEN
 

Namespace for pwgen.


Enumerations

enum  YAPET::PWGEN::SUBPOOLS {
  YAPET::PWGEN::LETTERS = (1 << 0), YAPET::PWGEN::DIGITS = (1 << 1), YAPET::PWGEN::PUNCT = (1 << 2), YAPET::PWGEN::SPECIAL = (1 << 3),
  YAPET::PWGEN::OTHER = (1 << 4), YAPET::PWGEN::ALL = LETTERS | DIGITS | PUNCT | SPECIAL | OTHER, YAPET::PWGEN::NOPOOL = 0
}
 

Available character pools.

More...