dauth

DAuth v0.6.2 - Salted Hashed Password Library for D

Writen in the D programming language.

Tested with DMD 2.064.2 through DMD 2.067.0

Homepage: https://github.com/abscissa/DAuth

More...

Modules

core
module dauth.core

DAuth - Salted Hashed Password Library for D Core package

hashdrbg
module dauth.hashdrbg

DAuth - Salted Hashed Password Library for D Hash_DRBG Cryptographic Random Number Generator

random
module dauth.random

DAuth - Salted Hashed Password Library for D Random generators

Public Imports

dauth.core
public import dauth.core;
Undocumented in source.
dauth.random
public import dauth.random;
Undocumented in source.

Detailed Description

This API Reference

http://semitwist.com/dauth

DMD flags to enable DAuth unittests:

-unittest -version=DAuth_AllowWeakSecurity -version=DAuth_Unittest

DMD flags to enable DAuth unittests, but silence all non-error output:

-unittest -version=DAuth_AllowWeakSecurity -version=DAuth_Unittest -version=DAuth_Unittest_Quiet

The module dauth.hashdrbg is also excluded by default because a Phobos pull request is in the works.

Import all:

import dauth;
import dauth.hashdrbg;

Meta

Authors

Nick Sabalausky