mirror of
https://github.com/amnezia-vpn/amnezia-client.git
synced 2026-05-08 14:33:23 +00:00
Secure config WIP
This commit is contained in:
@@ -3,4 +3,5 @@
|
||||
void MobileUtils::shareText(const QStringList&) {}
|
||||
|
||||
void MobileUtils::writeToKeychain(const QString&, const QByteArray &) {}
|
||||
bool MobileUtils::deleteFromKeychain(const QString& tag) { return false; }
|
||||
QByteArray MobileUtils::readFromKeychain(const QString&) { return {}; }
|
||||
|
||||
@@ -191,7 +191,6 @@ QByteArray SecureQSettings::getEncKey() const
|
||||
return {};
|
||||
}
|
||||
}
|
||||
//qDebug() << "SecureQSettings::getEncKey() key" << m_key.size();
|
||||
|
||||
return m_key;
|
||||
}
|
||||
@@ -217,7 +216,6 @@ QByteArray SecureQSettings::getEncIv() const
|
||||
return {};
|
||||
}
|
||||
}
|
||||
//qDebug() << "SecureQSettings::getEncIv() iv" << m_iv.size();
|
||||
|
||||
return m_iv;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user