#pragma once
#include
#include ../common/bytevec.h
/// AuthTableEntry represents one user stored in the authentication table
struct AuthTableEntry {
std::string username; // The name of the user
bytevec salt; // The salt to use with the password
bytevec pass_hash;// The hashed password
bytevec content;// The users content
};

![[SOLVED] CS #pragma once](https://assignmentchef.com/wp-content/uploads/2022/08/downloadzip.jpg)

![[Solved] Program that has three functions: sepia(), remove_all_red(), and gray_scale()](https://assignmentchef.com/wp-content/uploads/2022/08/downloadzip-1200x1200.jpg)
Reviews
There are no reviews yet.