Files
RRJServer/DataBaseInterface/hashtools.h
2025-12-05 11:48:24 +03:00

16 lines
239 B
C++

#ifndef HASHTOOLS_H
#define HASHTOOLS_H
#include <QString>
#include "DataBaseLMS_global.h"
class DATABASELMS_EXPORT HashTools
{
public:
HashTools();
public:
static QString hashingMD5string(QString str);
};
#endif // HASHTOOLS_H