2#include <NDEVR/StringView.h>
3#include <NDEVR/String.h>
5#include <NDEVR/PasswordString.h>
20 static bool ValidatePassword(
const UUID& password,
const StringView& hash);
Provides bcrypt password hashing and validation functions.
The equivelent of std::vector but with a bit more control.
When passwords are used inside the NDEVR engine, we don't want them logged or visible.
The core String View class for the NDEVR API.
The core String class for the NDEVR API.
A universally unique identifier (UUID) is a 128-bit number used to identify information in computer s...
The primary namespace for the NDEVR SDK.
uint8_t uint01
-Defines an alias representing a 1 byte, unsigned integer -Can represent exact integer values 0 throu...