Found cryptography library that was very easy to install.
Have hashing and verification functs ready.
This commit is contained in:
@ -2,6 +2,8 @@
|
||||
#define DATA_H
|
||||
#pragma once
|
||||
#include "../thirdparty/SQLiteCpp/include/SQLiteCpp/SQLiteCpp.h"
|
||||
#include "encrypt.h"
|
||||
|
||||
namespace data {
|
||||
SQLite::Database
|
||||
start_db();
|
||||
|
Reference in New Issue
Block a user