add startup check for encryption, encrypt if sdl close

This commit is contained in:
DenioD
2020-05-24 08:49:22 +02:00
parent 4ea9a5e493
commit e2d6cb01c6
4 changed files with 226 additions and 66 deletions

View File

@@ -8,7 +8,7 @@ class PASSWD
{
public:
static void show_hex_buff(unsigned char buf[]);
static const unsigned char* hash(QString);
static const unsigned char* key(QString);
};
#endif