mirror of
https://github.com/outbackdingo/sysadm.git
synced 2026-01-27 10:20:26 +00:00
Disable the installation of the jobd routines, and also deactivate the 2nd layer SSL encryption through a bridge for the moment (base64 only right now).
This commit is contained in:
@@ -223,6 +223,7 @@ QString AuthorizationManager::DecryptSSLString(QString encstring, QString pubkey
|
||||
QByteArray enc;
|
||||
enc.append(encstring);
|
||||
enc = QByteArray::fromBase64(enc);
|
||||
//return QString(enc); //BYPASS - only use BASE64 for now (skip 2nd layer SSL encryption)
|
||||
QByteArray pkey;
|
||||
pkey.append(pubkey);
|
||||
pkey = QByteArray::fromBase64(pkey);
|
||||
|
||||
Reference in New Issue
Block a user