Wolframe, 0.0.3

passwordHash.hpp File Reference

Wolframe password hashes. More...

#include <string>
#include <system/randomGenerator.hpp>

Go to the source code of this file.

Classes

class  _Wolframe::AAAA::PasswordHash
 Password hash. More...
 
class  _Wolframe::AAAA::PasswordHash::Salt
 
class  _Wolframe::AAAA::PasswordHash::Hash
 

Namespaces

 _Wolframe
 Toplevel Wolframe namespace.
 
 _Wolframe::AAAA
 Interfaces for authentication, authorization, auditing and accounting.
 

Variables

static const size_t _Wolframe::AAAA::PASSWORD_HASH_SIZE = 384 / 8
 
static const size_t _Wolframe::AAAA::PASSWORD_SALT_SIZE = 128 / 8
 

Detailed Description

Wolframe password hashes.