Introduction

Table of Contents

The Crypto3.Passhash library extends the =nil; Foundation's cryptography suite and provides a set password hashes implemented in way C++ standard library implies: concepts, algorithms, predictable behavior, latest standard features support and clean architecture without compromising security and performance.

Crypto3.Passhash consists of several parts to review:

Dependencies

Internal dependencies:

  1. Crypto3.Mac
  2. Crypto3.Codec
  3. Crypto3.Pbkdf

Outer dependencies:

  1. Boost (>= 1.58)